Skip to content

Commit 62e94a7

Browse files
authored
Merge pull request #164 from codingtools/github/adding-labeller-actions
[GITHUB]- more labels added
2 parents e37267d + c753bca commit 62e94a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/labeler.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Add 'label1' to any changes within 'example' folder or any subfolders
22
documentation: README.md
33

4+
dependencies: package.*
5+
46
# Add 'label2' to any file changes within 'example2' folder
57
test-changes:
68
- test/**/*
79

810

911
github-actions:
1012
- .github/**/*
13+
14+
circleci-actions:
15+
- .circleci/**/*
16+
17+
enhancement:
18+
- src/**/*

0 commit comments

Comments
 (0)