Skip to content

Commit

Permalink
Update labels and release template (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuffy2 authored Jan 17, 2025
1 parent c3e1c8b commit 5991649
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
5 changes: 4 additions & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ changelog:
- Semver-Minor
- enhancement
- feature
- title: "🕷️ Bug Fixes 🕷️"
- title: "🐛 Bug Fixes 🐛"
labels:
- fix
- bugfix
Expand All @@ -22,6 +22,9 @@ changelog:
labels:
- chore
- github_actions
- title: "🎓 Code Quality 🎓"
labels:
- code-quality
- title: Other Changes
labels:
- "*"

0 comments on commit 5991649

Please sign in to comment.