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 978ce17 commit a3f1c8e
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 @@ -36,10 +36,11 @@ jobs:
runs-on: ubuntu-latest
needs: codefreeze_branch_check
steps:
run: |
echo "MATCH ? $MATCHES"
env:
MATCHES: ${{ needs.codefreeze_branch_check.outputs.regex-matches }}
- name: print
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 a3f1c8e

Please sign in to comment.