ci: Add ci and test categories to auto labeler (#4922)

Adds the uncategorized PRs to the changelog categories.
This commit is contained in:
Jamil
2024-05-09 11:21:30 -07:00
committed by GitHub
parent c3b5768f57
commit adbb367284

View File

@@ -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"