Skip to content

Commit

Permalink
Enforce stricter PR labeler checks
Browse files Browse the repository at this point in the history
- Added FAIL_IF_XL environment variable for labeler script execution
  • Loading branch information
mastercactapus committed Sep 3, 2024
1 parent a323e82 commit 9087216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.number }}
FAIL_IF_XL: '1'
run: ./devtools/scripts/github-set-pr-label.sh

0 comments on commit 9087216

Please sign in to comment.