chore: moving all org reports to a single place in the sidebar CF-2248 #6085
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: Enforce labels | |
| on: | |
| pull_request: | |
| types: [opened, reopened, synchronize, labeled, unlabeled] | |
| jobs: | |
| enforce-label: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: yogevbd/enforce-label-action@2.2.2 | |
| with: | |
| BANNED_LABELS: "don't merge" |