Skip to content

Commit

Permalink
Revert "Update labeler.yml" (#1032)
Browse files Browse the repository at this point in the history
Revert "Update labeler.yml (#1030)"

This reverts commit b755527.
  • Loading branch information
LimesKey authored Aug 27, 2024
1 parent b755527 commit 6340515
Showing 1 changed file with 12 additions and 20 deletions.
32 changes: 12 additions & 20 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
# Invalid label: If there are changes in /projects AND other top-level directories.
Invalid:
- all:
- changed-files:
- 'projects/**'
- '!projects/**'
# Submission label: Apply when there are changes ONLY within /projects.
- all:
- changed-files:
- any-glob-to-any-file: '*'
- all-globs-to-any-file: 'projects/**'

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

# Dev label: Apply when there are changes ONLY outside /projects.
Dev:
- all:
- changed-files:
- '*'
- any:
- changed-files:
- '!projects/**'
- all:
- changed-files:
- any-glob-to-any-file: '*'
- all-globs-to-any-file: '!projects/**'

0 comments on commit 6340515

Please sign in to comment.