Skip to content

Commit b0e1010

Browse files
authored
Merge pull request #162 from codingtools/github/adding-labeller-actions
GitHub/adding labeller actions
2 parents 9b9bed2 + d4ef2ca commit b0e1010

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/labeler.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Add 'label1' to any changes within 'example' folder or any subfolders
2+
documentation: README.md
3+
4+
# Add 'label2' to any file changes within 'example2' folder
5+
test:
6+
- test/**/*
7+
8+
github-actions:
9+
- .github/**/*

0 commit comments

Comments
 (0)