Skip to content

Commit b3317ed

Browse files
authored
Update labeler.yml
1 parent 2398570 commit b3317ed

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

.github/labeler.yml

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
# Add 'root' label to any root file changes
2-
# Quotation marks are required for the leading asterisk
3-
root:
4-
- changed-files:
5-
- any-glob-to-any-file: '*'
6-
7-
# Add 'AnyChange' label to any changes within the entire repository
8-
AnyChange:
9-
- changed-files:
10-
- any-glob-to-any-file: '**'
11-
12-
# Add 'Documentation' label to any changes within 'docs' folder or any subfolders
13-
Documentation:
1+
# Add 'Supperthomas' label to any changes within 'docs' folder or any subfolders
2+
Supperthomas:
143
- changed-files:
154
- any-glob-to-any-file: source/**
16-
17-
# Add 'source' label to any change to src files within the source dir EXCEPT for the docs sub-folder
18-
source:
19-
- all:
20-
- changed-files:
21-
- any-glob-to-any-file: 'src/**/*'
22-
- all-globs-to-all-files: '!src/docs/*'
23-
24-
# Add 'feature' label to any PR where the head branch name starts with `feature` or has a `feature` section in the name
25-
feature:
26-
- head-branch: ['^feature', 'feature']
27-
28-
# Add 'release' label to any PR that is opened against the `main` branch
29-
release:
30-
- base-branch: 'main'

0 commit comments

Comments
 (0)