diff --git a/.github/config/drafter-config.yaml b/.github/config/drafter-config.yaml index 2ba3ce8..69f5e32 100644 --- a/.github/config/drafter-config.yaml +++ b/.github/config/drafter-config.yaml @@ -20,7 +20,9 @@ categories: - 'refactoring' - '🛠 Refactor' - title: '⚙️ ETC' - label: 'chore' + label: + - 'chore' + - '⚙️ Chore' change-template: '- $TITLE by @$AUTHOR in #$NUMBER' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. version-resolver: @@ -38,4 +40,4 @@ template: | ## What's Changed $CHANGES -no-changes-template: 'No Changed.' \ No newline at end of file +no-changes-template: 'No Changed.'