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 598583a commit 81e2803Copy full SHA for 81e2803
.github/labeler.yml
@@ -1,17 +1,30 @@
1
-Documentation:
+documentation:
2
- docs/**/*
3
+ - CONTRIBUTING.md
4
+ - CONTRIBUTORS.md
5
+ - README.md
6
+ - README_DOCKER.md
7
+
8
+examples:
9
+ - example/**/*
10
11
github:
12
- .github/**/*
13
14
+license-templates:
15
+ - license-templates/**/*
16
17
repo:
18
- ./*
19
20
+scripts:
21
+ - scripts/**/*
22
23
src:
24
- src/**/*
25
26
tests:
- - tests/**/*
27
+ - test/**/*
28
29
tmp:
30
- tmp/**/*
0 commit comments