This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Bump submodules/privacy-reference-tests from 6133e7d to 658c8a6
#864
Workflow file for this run
This file contains hidden or 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: iOS - 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" |