Skip to content

Commit 9600c11

Browse files
authored
Create labeler.yml
1 parent baf299b commit 9600c11

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/labeler.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Add 'test' label
2+
":label: test :checkered_flag:":
3+
- test/**/*
4+
5+
# Add github actions related updates to .github
6+
":label: github-action :octocat:":
7+
- .github/**/*
8+
9+
# requirements.txt update
10+
":label: requirements-update :christmas_tree:":
11+
- requirements/*
12+
13+
":label: documentation :scroll:":
14+
- README.md
15+
- documentation/*.md

0 commit comments

Comments
 (0)