Skip to content

Commit

Permalink
chore: update release drafter exclude-contribs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankanno committed Oct 26, 2024
1 parent 65a09f2 commit d2f65c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- changed-files:
- any-glob-to-any-file:
- 'pyproject.toml'
- 'poetry.lock'

docs:
- changed-files:
Expand Down
7 changes: 6 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: "$RESOLVED_VERSION"
tag-template: "$RESOLVED_VERSION"
name-template: "$RESOLVED_VERSION"

categories:
- title: ":rocket: Features"
Expand Down Expand Up @@ -51,6 +51,10 @@ template: |
exclude-labels:
- "skip-changelog"

exclude-contributors:
- dependabot
- dependabot[bot]

autolabeler:
- label: "documentation"
branch:
Expand All @@ -74,3 +78,4 @@ autolabeler:
- label: "breaking"
branch:
- '/breaking\/.+/'

0 comments on commit d2f65c4

Please sign in to comment.