Skip to content

Bump actions/stale from 8 to 9 #63

Bump actions/stale from 8 to 9

Bump actions/stale from 8 to 9 #63

Workflow file for this run

name: 'PR Labels'
'on':
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
pr_labels:
name: '🏭 Verify'
runs-on: ubuntu-latest
steps:
-
name: '🏷 Verify PR has a valid label'
uses: jesusvasquez333/[email protected]
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
valid-labels: 'breaking change, bug, documentation, enhancement, refactor, performance, new feature, maintenance, ci, dependencies, question'
disable-reviews: true