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 abdceb2 commit e644fda
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 @@ -150,7 +150,7 @@ jobs:
thaw:
needs: freeze
runs-on: ubuntu-latest
if: github.repository_owner == 'adoptium' && github.event_name == 'issue_comment' && always() && needs.freeze.result == 'skipped'
if: github.repository_owner == 'andrew-m-leonard' && github.event_name == 'issue_comment' && always() && needs.freeze.result == 'skipped'
steps:
- uses: khan/pull-request-comment-trigger@edab8d9ba7759221187ef7120592a6fbfada0d18 # v1.1.0
id: thaw
Expand Down

0 comments on commit e644fda

Please sign in to comment.