Skip to content

Commit

Permalink
Exclude bots from generated release notes (#1231)
Browse files Browse the repository at this point in the history
* Exclude bots from generated release notes

* Fix lint
  • Loading branch information
hugovk authored Aug 18, 2023
1 parent 2d0fea3 commit 4b22c58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
changelog:
exclude:
authors:
- dependabot
- pre-commit-ci

0 comments on commit 4b22c58

Please sign in to comment.