From 1da093ca0177e6829f0fd4e5e486ab5f254d2b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Tue, 10 Dec 2024 17:01:22 +0100 Subject: [PATCH] dix: do not admit bug as type --- .github/release-drafter.yml | 2 +- .github/workflows/conventions.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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