From ff4356bccf854751993914c5b20602f9fe94d233 Mon Sep 17 00:00:00 2001 From: Anashuman Singh <125425881+AsCress@users.noreply.github.com> Date: Sat, 1 Jun 2024 16:29:21 +0530 Subject: [PATCH] chore: excluded chores from the change template of the release drafter (#2456) --- .github/release-drafter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 8aa77839b..ae9d588ff 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -19,6 +19,7 @@ exclude-contributors: - 'dependabot[bot]' exclude-labels: - 'Dependencies' + - 'Chore' template: |- ## Changes $CHANGES