Skip to content

Commit cc6d504

Browse files
Add skip-changelog label to release drafter (#666)
1 parent 12d62ee commit cc6d504

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
skip-changelog: ['pre-commit-ci-*']
2+
bug: 'fix/*'
3+
enhancement: ['feature/*', 'feat/*']
4+
documentation: ['docs/*', 'doc/*']
5+
hygiene: ['ci/*', 'test/*', 'build/*', 'chore/*']

.github/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ tag-template: "next"
44

55
exclude-labels:
66
- kubectl-ng
7+
- skip-changelog
78
exclude-contributors:
89
- pre-commit-ci
910
categories:

.github/workflows/pr-labeler.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/labeler@v4
13+
name: File Path Labeler
14+
- uses: TimonVS/pr-labeler-action@v5
15+
name: Conventional Commits Labeler
16+
with:
17+
repo-token: ${{ secrets.GITHUB_TOKEN }}
18+
configuration-path: .github/conventional-commits-labeler.yml

0 commit comments

Comments
 (0)