Skip to content

Commit

Permalink
Update pr-labels.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Jun 29, 2023
1 parent 1903945 commit 4b6d640
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pr-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🏷 Verify PR has a valid label
uses: jesusvasquez333/[email protected]
uses: ludeeus/action-require-labels@main
with:
pull-request-number: "${{ github.event.pull_request.number }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
valid-labels: >-
breaking-change, bugfix, refactor, new-feature,
maintenance, ci, dependencies
disable-reviews: true
labels: >-
breaking-change, bugfix, refactor, new-feature, maintenance, ci, dependencies

0 comments on commit 4b6d640

Please sign in to comment.