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 30, 2024
1 parent 8bee35b commit e85ece1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-freeze-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

codefreeze_if_branch_match:
needs: codefreeze_branch_check
uses: andrew-m-leonard/openjdk-build/.github/workflows/code-freeze.yml@main
uses: andrew-m-leonard/openjdk-build/.github/workflows/code-freeze.yml@master
if: (github.event_name == 'pull_request_target' || (github.event_name == 'issue_comment' && github.event.issue.pull_request)) && needs.codefreeze_branch_check.outputs.regex-matches == 'true'
secrets: inherit

0 comments on commit e85ece1

Please sign in to comment.