Skip to content

Commit

Permalink
Add Pull Request Labeler
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
soumitradev committed Dec 28, 2019
1 parent 2d5afa8 commit 044e64d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
docs:
- "docs/**/*"

CI:
- "**/*.yml"
- ".github/workflows/**/*"

testing:
- "test/*"

source:
- "src/**/*"

0 comments on commit 044e64d

Please sign in to comment.