Skip to content

Commit

Permalink
verify-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf committed Nov 27, 2024
1 parent 4c5db16 commit 05f4135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/config/release.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
changelog:
# ../workflows/pull_request.yaml#verify-labels one_of: kind/chore,kind/bugfix,kind/feature,kind/dependency,kind/refactor
exclude:
labels:
- 'kind/skip-release-notes'
- 'dev/wont-fix'
- 'dev/cant-reproduce'
- 'component/github-actions'
categories:
- title: '‼️ Breaking Changes'
labels:
- '!BREAKING-CHANGE!'
- title: '🚀 Features'
labels:
- 'kind/feature'
- 'kind/task'
- 'kind/epic'
- title: '🐛 Bug Fixes'
labels:
- 'kind/bugfix'
- title: '🧰 Maintenance'
labels:
- 'kind/chore'
- 'kind/refactor'
- 'kind/deprecation'
- title: '⬆️ Dependencies'
labels:
- 'kind/dependency'
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ jobs:
- name: PRs should have at least one qualifying label
uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: kind/chore,kind/bugfix,kind/feature,kind/dependency,area/documentation,kind/refactor,kind/skip-release-notes
one_of: kind/chore,kind/bugfix,kind/feature,kind/dependency,kind/refactor
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 05f4135

Please sign in to comment.