Skip to content

Commit e631bde

Browse files
authored
Create labeler.yml
1 parent f93614e commit e631bde

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

.github/labeler.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
3+
documentation:
4+
- changed-files:
5+
- any-glob-to-any-file:
6+
- '**/*.md'
7+
- 'docs/**'
8+
9+
python:
10+
- changed-files:
11+
- any-glob-to-any-file:
12+
- '**/*.py'
13+
14+
github-actions:
15+
- changed-files:
16+
- any-glob-to-any-file:
17+
- '.github/**'
18+
19+
enhancement:
20+
- changed-files:
21+
- any-glob-to-any-file:
22+
- 'src/**'
23+
- '*/**.py'
24+
25+
level1:
26+
- changed-files:
27+
- any-glob-to-any-file:
28+
- '**/*.md'
29+
30+
level2:
31+
- changed-files:
32+
- any-glob-to-any-file:
33+
- '**/*.py'
34+
35+
level3:
36+
- changed-files:
37+
- any-glob-to-any-file:
38+
- '.github/**'
39+
- 'tests/**'

0 commit comments

Comments
 (0)