We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93614e commit e631bdeCopy full SHA for e631bde
1 file changed
.github/labeler.yml
@@ -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
11
12
+ - '**/*.py'
13
14
+github-actions:
15
16
17
+ - '.github/**'
18
19
+enhancement:
20
21
22
+ - 'src/**'
23
+ - '*/**.py'
24
25
+level1:
26
27
28
29
30
+level2:
31
32
33
34
35
+level3:
36
37
38
39
+ - 'tests/**'
0 commit comments