Update BSK version #8234
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Labels | |
on: | |
push: | |
branches: | |
- 'release/**' | |
pull_request: | |
types: [labeled, unlabeled, opened, edited, synchronize] | |
jobs: | |
enforce-label: | |
name: Prevent merging with banned labels | |
runs-on: ubuntu-latest | |
steps: | |
- if: github.event_name == 'pull_request' | |
uses: yogevbd/[email protected] | |
with: | |
BANNED_LABELS: "DO NOT MERGE,HOTFIX DO NOT MERGE,Pending Product Review,Under Internal Review,Work In Progress" |