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 db0867f commit a607e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-freeze-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
freeze:
runs-on: ubuntu-latest
# Change to false when code freeze is not in place
if: github.repository_owner == 'adoptium' && true
if: github.repository_owner == 'andrew-m-leonard' && true
steps:
- name: Check for blocking review
if: github.event_name == 'pull_request_target' || (github.event_name == 'issue_comment' && github.event.issue.pull_request)
Expand Down

0 comments on commit a607e4b

Please sign in to comment.