Skip to content

Commit 3c52e74

Browse files
authored
Add "Automation" section in release-drafter (#251)
1 parent 4701462 commit 3c52e74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ categories:
2424
- title: '🧰 Maintenance'
2525
labels:
2626
- 'chore' # When a chore is done
27-
- 'ci' # When CI is updated
2827
- 'dependencies' # When dependencies are updated
28+
- title: '⚙️ Automation'
29+
labels:
30+
- 'automation' # When automation is updated
31+
- 'ci' # When automation is updated
2932
exclude-labels:
3033
- 'changelog:skip' # When a PR should be excluded from the changelog
3134
version-resolver:

0 commit comments

Comments
 (0)