From bb45a7ae5ea45670884434ba15924d3490527e8a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 11 Sep 2021 00:00:57 +0200 Subject: [PATCH] Fix bug fix icon in changelog configuration Closes gh-27384 --- ci/config/changelog-generator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/config/changelog-generator.yml b/ci/config/changelog-generator.yml index 248e58db739..a029e25582e 100644 --- a/ci/config/changelog-generator.yml +++ b/ci/config/changelog-generator.yml @@ -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"