From 1866073c9e996d99ad25696a254e56c52390a75d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 11 Sep 2021 00:04:38 +0200 Subject: [PATCH] Fix bug fix icon in changelog configuration Closes gh-1263 --- 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 3834bbaa..bfc4e9de 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"