| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| name: 'PR labels' | |
| on: | |
| pull_request: | |
| types: | |
| - 'opened' | |
| - 'reopened' | |
| - 'labeled' | |
| - 'unlabeled' | |
| - 'synchronize' | |
| jobs: | |
| add-pr-label: | |
| name: 'Ensure Required Labels' | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - name: 'PR impact specified' | |
| uses: mheap/github-action-required-labels@23e10fde7e062233401931a0eece796cd9bf3177 # v5.6.0 | |
| with: | |
| mode: exactly | |
| count: 1 | |
| labels: 'bug, debt, feature-request, no-changelog' |
| Back | FazBrowse Home | New Git URL |