Skip to content

Commit 2329267

Browse files
committed
feat: documentation is a valid PR tag
Signed-off-by: Daniel King <[email protected]>
1 parent d9fb43f commit 2329267

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ categories:
1515
collapse-after: 8
1616
labels:
1717
- "fix"
18+
- title: "📖 Documentation"
19+
labels:
20+
- "documentation"
1821
- title: "🧰 Maintenance"
1922
labels:
2023
- "chore"

.github/workflows/labels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: |
2929
REQUIRED_LABELS=(
3030
"chore"
31+
"documentation"
3132
"bug"
3233
"feature"
3334
"fix"

0 commit comments

Comments
 (0)