Skip to content

Commit

Permalink
Update code freeze bot to check target PR branch correctly for issue_…
Browse files Browse the repository at this point in the history
…comment

Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Apr 29, 2024
1 parent 094b04f commit e71f835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-freeze-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
codefreeze_regex:
uses: andrew-m-leonard/openjdk-build/.github/workflows/code-freeze-regex-branch.yml@master
with:
branch-regex: "^v[0-9]+.[0-9]+.[0-9]+$"
#branch-regex: "^v[0-9]+.[0-9]+.[0-9]+$"
branch-regex: "^ma.*er$"

0 comments on commit e71f835

Please sign in to comment.