Skip to content

Commit 1711524

Browse files
authored
Add tech-debt label (#586)
- Make PR labeler aware of tech-debt label - Add Tech debt section to auto-generated changelog
1 parent 2803add commit 1711524

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ bug:
77
chore:
88
- branch: ['chore/**']
99

10+
tech-debt:
11+
- branch: ['tech-debt/**', 'techdebt/**', 'debt/**']
12+
1013
documentation:
1114
- branch: ['docs/**', 'doc/**']
1215
- '**/*.md'

.github/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ changelog:
1818
- title: 🧪 Tests
1919
labels:
2020
- tests
21+
- title: 🧹 Tech debt
22+
labels:
23+
- tech-debt
2124
- title: 🔨 Maintenance
2225
labels:
2326
- chore

0 commit comments

Comments
 (0)