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 db609ef commit 8695bafCopy full SHA for 8695baf
.github/labeler.yml
@@ -1,13 +1,20 @@
1
---
2
+
3
# this file is for the labeler workflow job
4
# Documentation https://github.com/marketplace/actions/labeler
5
-'type: documentation':
6
- - assets/**/*
7
- - .github/*
8
- - ./*.md
+"type: bug":
+ - head-branch: ['^bug', '^fix', 'bug', 'fix']
9
+"type: enhancement":
10
+ - head-branch: ['^feature', '^feat', 'feature']
11
12
+"type: documentation":
13
+ - changed-files:
14
+ - any-glob-to-any-file: ['assets/**/*', '.github/*', './*.md']
15
16
+"type: maintenance":
17
18
+ - any-glob-to-any-file: ['tests/**/*', '.github/workflows/*']
19
-'type: maintenance':
- - .dependabot/*
- - .github/**/*
- - tests/**/*
20
+...
0 commit comments