mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
I noticed from recent releases [1] that Dependabot PRs are not being excluded from the changelog. I think changing Dependabot's entry in the release configs to `dependabot[bot]` should fix that, because user or bot login handles are expected here [2], and `dependabot[bot]` is the login handle that you can use in e.g. `gh api /users/dependabot[bot]`. [1]: https://github.com/Homebrew/brew/releases [2]: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuration-options
6 lines
79 B
YAML
6 lines
79 B
YAML
changelog:
|
|
exclude:
|
|
authors:
|
|
- dependabot[bot]
|
|
- BrewTestBot
|