We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c4779 commit 8b568aeCopy full SHA for 8b568ae
moduleroot/.github/labeler.yml.erb
@@ -2,7 +2,13 @@
2
# Managed by modulesync - DO NOT EDIT
3
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4
5
+backwards-incompatible:
6
+ - head-branch: ['^change-', '^remove-']
7
+bug:
8
+ - head-branch: ['^fix-']
9
+enhancement:
10
+ - head-branch: ['^add-', '^allow-', '^set-']
11
modulesync:
- - head-branch: ['modulesync']
12
+ - head-branch: ['^modulesync$']
13
skip-changelog:
- - head-branch: ['^release-*', 'release']
14
+ - head-branch: ['^release-', '^release$']
0 commit comments