Skip to content

Commit 81e2803

Browse files
authored
gha(labeler): update labels (#424)
1 parent 598583a commit 81e2803

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/labeler.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,30 @@
1-
Documentation:
1+
documentation:
22
- docs/**/*
3+
- CONTRIBUTING.md
4+
- CONTRIBUTORS.md
5+
- README.md
6+
- README_DOCKER.md
7+
8+
examples:
9+
- example/**/*
310

411
github:
512
- .github/**/*
613

14+
license-templates:
15+
- license-templates/**/*
16+
717
repo:
818
- ./*
919

20+
scripts:
21+
- scripts/**/*
22+
1023
src:
1124
- src/**/*
1225

1326
tests:
14-
- tests/**/*
27+
- test/**/*
1528

1629
tmp:
1730
- tmp/**/*

0 commit comments

Comments
 (0)