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 a3f1c8e commit ecea444
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code-freeze-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
needs: codefreeze_branch_check
steps:
- name: print
run: |
echo "MATCH ? $MATCHES"
env:
MATCHES: ${{ needs.codefreeze_branch_check.outputs.regex-matches }}
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 ecea444

Please sign in to comment.