Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LimesKey authored Jan 10, 2025
1 parent 2833b59 commit d89f662
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
Invalid:
- all:
- changed-files:
- 'projects/**'
- '*'

# Add 'Submission' label to any changes within '/projects' folder or any subfolders
Submission:
- all:
- changed-files:
- 'projects/**'
- changed-files:
- any-glob-to-any-file: 'projects/**'
- all-globs-to-any-file: 'projects/**'

Dev:
- all:
- changed-files:
- '*'
- '!projects/**'
- any-glob-to-any-file: '*'
- all-globs-to-any-file: '!projects/**'

Submission:
- changed-files:
- any-glob-to-any-file: 'projects/**'

0 comments on commit d89f662

Please sign in to comment.