Skip to content

Commit

Permalink
check if we hit all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Nov 6, 2023
1 parent 06e6126 commit eabacfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/handle-versioning-accross-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# loop over all branches
$highestVersion = 0
foreach ($branch in $(git branch -r --format='%(refname:short)')) {
# checkout the branch
Write-Host "Checkout the branch [$branch]"
git checkout $branch
# get the semantic version number from the version in the dependencyReviewTask/task.json file
Expand Down
10 changes: 10 additions & 0 deletions z-status.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
In this branch was added:
- start of selection option in the PR alert check task to switch between either/or 1. Dependency scanning alerts, 3. Code scanning alerts
- todo: check how a checkbox option here works
- todo: check if the reload works as well for this config screen
- in the 1x1 widget, code was added to configure this widget for either 1 repo or ALL repos in the project
- test loading the config, both in the config screen and the widget itself
- write the loop to go over ALL repos in the org (might be already be available in another branch)


Do check the versions of the widget before pushing!

0 comments on commit eabacfb

Please sign in to comment.