Skip to content

Commit 8695baf

Browse files
committed
ci: add updated labeler config
1 parent db609ef commit 8695baf

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

.github/labeler.yml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
---
2+
23
# this file is for the labeler workflow job
34
# Documentation https://github.com/marketplace/actions/labeler
45

5-
'type: documentation':
6-
- assets/**/*
7-
- .github/*
8-
- ./*.md
6+
"type: bug":
7+
- head-branch: ['^bug', '^fix', 'bug', 'fix']
8+
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+
- changed-files:
18+
- any-glob-to-any-file: ['tests/**/*', '.github/workflows/*']
919

10-
'type: maintenance':
11-
- .dependabot/*
12-
- .github/**/*
13-
- tests/**/*
20+
...

0 commit comments

Comments
 (0)