From 599164960f9301dafa91720ca81585464cb6a44f Mon Sep 17 00:00:00 2001 From: Snuffy2 Date: Thu, 16 Jan 2025 19:07:27 -0500 Subject: [PATCH] Update labels and release template (#321) --- .github/labeler.yml | 12 ++++++++---- .github/release.yml | 5 ++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 9394c1d..95020e4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -25,7 +25,11 @@ labels: title: "(?i).*improve.*" - label: "enhancement" branch: "(?i).*improve.*" - - label: "chore" - title: "(?i).*chore.*" - - label: "chore" - branch: "(?i).*chore.*" + - label: "code-quality" + title: "(?i).*lint.*" + - label: "code-quality" + title: "(?i).*ruff.*" + - label: "code-quality" + title: "(?i).*mypy.*" + - label: "code-quality" + title: "(?i).*pre[ -_]commit.*" diff --git a/.github/release.yml b/.github/release.yml index c0f503f..8709cce 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -13,7 +13,7 @@ changelog: - Semver-Minor - enhancement - feature - - title: "🕷️ Bug Fixes 🕷️" + - title: "🐛 Bug Fixes 🐛" labels: - fix - bugfix @@ -22,6 +22,9 @@ changelog: labels: - chore - github_actions + - title: "🎓 Code Quality 🎓" + labels: + - code-quality - title: Other Changes labels: - "*"