Skip to content

Commit ea5d6c3

Browse files
authored
Update labeler.yml
1 parent afdda19 commit ea5d6c3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/labeler.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,13 @@ Documentation:
4040
source:
4141
- all:
4242
- changed-files:
43-
- any-glob-to-any-file: 'SOURCE/**/*'
43+
- any-glob-to-any-file: 'src/**/*'
4444
- all-globs-to-all-files: '!src/docs/*'
45+
46+
# Add 'feature' label to any PR where the head branch name starts with `feature` or has a `feature` section in the name
47+
feature:
48+
- head-branch: ['^feature', 'feature']
49+
50+
# Add 'release' label to any PR that is opened against the `main` branch
51+
release:
52+
- base-branch: 'main'

0 commit comments

Comments
 (0)