diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index b786b4945a..2e5efff2b1 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -38,7 +38,7 @@ autolabeler: - '/^feat(\(.+\))?!?\:/' - label: 'bug' title: - - '/^(fix|bug)(\(.+\))?!?\:/' + - '/^(fix)(\(.+\))?!?\:/' - label: 'documentation' title: - '/^docs(\(.+\))?!?\:/' diff --git a/.github/workflows/conventions.yml b/.github/workflows/conventions.yml index 3d083e313c..ef858a42b6 100644 --- a/.github/workflows/conventions.yml +++ b/.github/workflows/conventions.yml @@ -44,7 +44,6 @@ jobs: security fix feat - bug docs chore deps