mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: Add ci and test categories to auto labeler (#4922)
Adds the uncategorized PRs to the changelog categories.
This commit is contained in:
9
.github/release-drafter.yml
vendored
9
.github/release-drafter.yml
vendored
@@ -1,6 +1,12 @@
|
||||
name-template: "$RESOLVED_VERSION"
|
||||
tag-template: "$RESOLVED_VERSION"
|
||||
autolabeler:
|
||||
- label: "area/ci"
|
||||
title:
|
||||
- "/^ci/i"
|
||||
- label: "kind/test"
|
||||
title:
|
||||
- "/^test/i"
|
||||
- label: "kind/feature"
|
||||
title:
|
||||
- "/^feat/i"
|
||||
@@ -32,7 +38,10 @@ categories:
|
||||
- "kind/bug"
|
||||
- title: "🧰 Maintenance"
|
||||
label:
|
||||
- "area/ci"
|
||||
- "kind/test"
|
||||
- "kind/refactor"
|
||||
- "kind/chore"
|
||||
- "kind/cleanup"
|
||||
- "dependencies"
|
||||
- title: "📝 Documentation"
|
||||
|
||||
Reference in New Issue
Block a user