We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4953dea commit 04fe598Copy full SHA for 04fe598
.github/labeler.yml
@@ -7,6 +7,9 @@ bug:
7
chore:
8
- branch: ['chore/**']
9
10
+tech-debt:
11
+- branch: ['tech-debt/**', 'techdebt/**', 'debt/**']
12
+
13
documentation:
14
- branch: ['docs/**', 'doc/**']
15
- '**/*.md'
.github/release.yml
@@ -18,6 +18,9 @@ changelog:
18
- title: 🧪 Tests
19
labels:
20
- tests
21
+ - title: 🧹 Tech debt
22
+ labels:
23
+ - tech-debt
24
- title: 🔨 Maintenance
25
26
- chore
0 commit comments