Skip to content

Commit 83ec1a7

Browse files
authored
Merge pull request #3497 from kutumia/improve-pr-labeling
Fix #3273: Refactor labeler.yml for improved automated PR labeling
1 parent 261ea99 commit 83ec1a7

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

.github/labeler.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Add project labels to PRs
33
# Invocation is done by .github/workflows/prlabeler.yml
44

5-
# changes in the documentation
65
'Documentation':
76
- changed-files:
87
- any-glob-to-any-file: 'book_source/**'
@@ -12,44 +11,36 @@
1211
- any-glob-to-any-file: 'DEV-INTRO.md'
1312
- any-glob-to-any-file: 'README.md'
1413

15-
# Add 'Dockerfile' label to any changes in the docker directory
1614
'Dockerfile':
1715
- changed-files:
1816
- any-glob-to-any-file: 'docker/**'
1917

20-
21-
# Add 'Website' label to any changes in the web directory
22-
'Website':
18+
'Web Frontend':
2319
- changed-files:
2420
- any-glob-to-any-file: 'web/**'
2521

26-
# Add 'Base' label to any changes in the base directory
2722
'Base':
2823
- changed-files:
2924
- any-glob-to-any-file: 'base/**'
3025

31-
# Add 'Models' label to any changes in the models directory
3226
'Models':
3327
- changed-files:
3428
- any-glob-to-any-file: 'models/**'
3529

36-
# Add 'Modules' label to any changes in the modules directory
3730
'Modules':
3831
- changed-files:
3932
- any-glob-to-any-file: 'modules/**'
4033

41-
# Add 'GitHub Actions' label to any changes in the .github/workflows directory
4234
'GitHub Actions':
4335
- changed-files:
4436
- any-glob-to-any-file: '.github/workflows/**'
4537

46-
# Add 'Scripts' label to any changes in the scripts directory
47-
38+
# TODO: scripts folder is due for a reorganization by theme;
39+
# update these tags when that is done
4840
'Scripts':
4941
- changed-files:
5042
- any-glob-to-any-file: 'scripts/**'
5143

52-
# Add 'Tests' label to any changes in the tests directory
5344
'Tests':
5445
- all:
5546
- changed-files:

0 commit comments

Comments
 (0)