From ab277504e9a3f9949d0418260502b42c32ab4317 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 May 2026 21:35:21 +0000 Subject: [PATCH] Update release drafter categories and contributor sections --- .github/release-drafter.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 0aa875ef..6a6b4d5e 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,4 +1,7 @@ categories: + - title: "🌱 New Contributors" + labels: + - "first-time-contributor" - title: "🚀 Features" labels: - "feature" @@ -22,21 +25,14 @@ commitish: main autolabeler: - label: "documentation" - files: - - "*.md" branch: - '/docs{0,1}\/.+/' - label: "bugfix" branch: - '/bugfix\/.+/' - title: - - "/fix/i" - label: "feature" branch: - '/feature\/.+/' - title: - - "/refactor/i" - - "/add/i" - label: "dependencies" branch: - '/dependabot\/.+/' @@ -45,3 +41,7 @@ template: | ## What's Changed $CHANGES + + ## Contributors + + $CONTRIBUTORS