diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 1801337a5..dfbb3bd10 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -62,10 +62,10 @@ autolabeler: - '/feat/i' - label: 'bugfix' title: - - '/fix/i' + - '/fix:/i' - label: 'documentation' title: - - '/docs/i' + - '/docs:/i' - label: 'chore' title: - - '/chore/i' + - '/chore:/i'