Browse Source

Exclude GitHub Actions bot from changelog

Closes gh-33077
6.0.x
Stéphane Nicoll 2 years ago
parent
commit
06fc5bc3ea
  1. 11
      ci/config/changelog-generator.yml

11
ci/config/changelog-generator.yml

@ -17,4 +17,13 @@ changelog: @@ -17,4 +17,13 @@ changelog:
- "type: dependency-upgrade"
contributors:
exclude:
names: ["bclozel", "jhoeller", "poutsma", "rstoyanchev", "sbrannen", "sdeleuze", "snicoll", "simonbasle"]
names:
- "bclozel"
- "github-actions"
- "jhoeller"
- "poutsma"
- "rstoyanchev"
- "sbrannen"
- "sdeleuze"
- "simonbasle"
- "snicoll"

Loading…
Cancel
Save