File tree 1 file changed +2
-28
lines changed
1 file changed +2
-28
lines changed Original file line number Diff line number Diff line change 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 :
14
3
- changed-files :
15
4
- 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'
You can’t perform that action at this time.
0 commit comments