Add central workflow which requires CORE4 labels on PRs prior to merging #1
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: CORE4 label enforcement | |
| permissions: | |
| contents: read | |
| on: | |
| pull_request: | |
| types: [opened, labeled, unlabeled, synchronize, reopened, edited] | |
| jobs: | |
| require-label: | |
| uses: guardian/.github/.github/workflows/require-label.yaml@4cb5024736632ffcc564b7f4b772c38b8e5ce739 # v2.0.0 |