Skip to content

Commit ba08515

Browse files
skip: add a changelog deprecation label (#7492)
Adds a changelog/deprecation Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 1b2f6ee commit ba08515

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/release-drafter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ categories:
44
- title: "⚠️ Breaks"
55
labels:
66
- "changelog/break"
7+
- title: "🚧 Deprecation"
8+
labels:
9+
- "changelog/deprecation"
710
- title: "✨ Features"
811
labels:
912
- "changelog/feature"

.github/workflows/labels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: |
3535
REQUIRED_LABELS=(
3636
"changelog/break"
37+
"changelog/deprecation"
3738
"changelog/feature"
3839
"changelog/performance"
3940
"changelog/fix"

0 commit comments

Comments
 (0)