Skip to content

Commit 2d96502

Browse files
authored
fix: labeler.yml to simplify Documentation labels
Removed duplicate Documentation label for 'docs' folder.
1 parent 5edbe70 commit 2d96502

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/labeler.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,11 @@ AnyChange:
99
- changed-files:
1010
- any-glob-to-any-file: '**'
1111

12-
# Add 'Documentation' label to any changes within 'docs' folder or any subfolders
12+
# Add 'Documentation' label to any changes within 'docs' subfolder
1313
Documentation:
1414
- changed-files:
1515
- any-glob-to-any-file: docs/**
1616

17-
# Add 'Documentation' label to any file changes within 'docs' folder
18-
Documentation:
19-
- changed-files:
20-
- any-glob-to-any-file: docs/*
21-
2217
# Add 'Documentation' label to any file changes within 'docs' or 'guides' folders
2318
Documentation:
2419
- changed-files:

0 commit comments

Comments
 (0)