From 29a2321ee8a87a13217b72ec842e95ed5757ca8d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Sep 2021 23:57:57 +0200 Subject: [PATCH] Fix bug fix icon in changelog configuration Closes gh-27937 --- 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 d5df49504a..67db9ca4f9 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"