Browse Source

Fix bug fix icon in changelog configuration

Closes gh-27384
pull/27387/head
Stephane Nicoll 4 years ago
parent
commit
bb45a7ae5e
  1. 2
      ci/config/changelog-generator.yml

2
ci/config/changelog-generator.yml

@ -4,7 +4,7 @@ changelog: @@ -4,7 +4,7 @@ changelog:
- title: ":star: New Features"
labels:
- "type: enhancement"
- title: ":beetle: Bug Fixes"
- title: ":lady_beetle: Bug Fixes"
labels:
- "type: bug"
- "type: regression"

Loading…
Cancel
Save