This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Add emojis directly and refactor email and Slack messages #17408
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 PR labels | |
| on: | |
| pull_request: | |
| types: [labeled, unlabeled, opened, edited, synchronize] | |
| jobs: | |
| enforce-label: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: yogevbd/enforce-label-action@2.2.2 | |
| with: | |
| REQUIRED_LABELS_ANY: "bug,dependencies,documentation,enhancement,feature,skip-changelog,skip-e2e,techdebt,tests" | |
| REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label from the following list: bug, dependencies, documentation, enhancement, feature, skip-changelog, skip-e2e, techdebt, tests" | |
| BANNED_LABELS: "banned" |