Skip to content

Commit 044e64d

Browse files
authored
Add Pull Request Labeler
Adds an automated pull request labeler to allow for better organization of workflow. This automated labeler uses [GitHub Actions](https://github.com/features/actions) and runs every time a pull request is made to the repo. This requires issue #475 to be implemented in order to work seamlessly.
1 parent 2d5afa8 commit 044e64d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/labeler.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
docs:
2+
- "docs/**/*"
3+
4+
CI:
5+
- "**/*.yml"
6+
- ".github/workflows/**/*"
7+
8+
testing:
9+
- "test/*"
10+
11+
source:
12+
- "src/**/*"

0 commit comments

Comments
 (0)