FEC 155 - Upgrade all UI Kit packages to React 19 #19
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: Label Checker | |
on: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- labeled | |
- unlabeled | |
merge_group: | |
types: [checks_requested] | |
jobs: | |
check_labels: | |
if: github.event_name == 'pull_request' | |
name: Prevent merge with blocking labels | |
runs-on: ubuntu-latest | |
steps: | |
- uses: docker://agilepathway/pull-request-label-checker:latest | |
with: | |
none_of: 'π π¨βπ¨ Status: UI/UX Review,π π Status: On Hold,π Status: blocked,π§ Status: WIP,π¨ π¨ π¨DO NOT MERGEπ¨ π¨ π¨' | |
repo_token: ${{ secrets.GITHUB_TOKEN }} |