Skip to content

Commit

Permalink
ci: ignore bot commits in changelog (#633)
Browse files Browse the repository at this point in the history
Co-authored-by: David R. Reich <[email protected]>
  • Loading branch information
dkrako and SiQube authored Dec 8, 2023
1 parent ecd5e23 commit a9edc9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ exclude-labels:
- skip changelog

exclude-contributors:
- pre-commit-ci
- dependabot[bot]
- pre-commit-ci[bot]

change-template: '- $TITLE (#$NUMBER)'
change-title-escapes: '\<*_&'
Expand Down

0 comments on commit a9edc9d

Please sign in to comment.