Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigRazor authored Jun 28, 2021
1 parent 765d13d commit 54c9a9d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ repo:
test:
- test/**

# Add 'source' label to any change to src files within the source dir EXCEPT for the docs sub-folder
# Add 'automated workflows' label to any change to workflows files
automated workflows:
- .github/workflows//**

# Add 'frontend` label to any change to *.js files as long as the `main.js` hasn't changed
# Add 'core` label to any change to include files
core:
- include/**

# Add 'documentation` label to any change to docs files
documentation:
- docs/**

0 comments on commit 54c9a9d

Please sign in to comment.