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 9976972 commit 978ce17
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/code-freeze-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
codefreeze_if_branch_match_print:
runs-on: ubuntu-latest
needs: codefreeze_branch_check
run: |
echo "MATCH ? $MATCHES"
env:
MATCHES: ${{ needs.codefreeze_branch_check.outputs.regex-matches }}
steps:
run: |
echo "MATCH ? $MATCHES"
env:
MATCHES: ${{ needs.codefreeze_branch_check.outputs.regex-matches }}

#codefreeze_if_branch_match:
# needs: codefreeze_branch_check
Expand Down

0 comments on commit 978ce17

Please sign in to comment.