Skip to content

Commit 33b9e3a

Browse files
committed
Fix labeler config
1 parent a888d09 commit 33b9e3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
enhancement:
22
- changed-files:
3-
- all-glob-to-all-files:
3+
- all-globs-to-all-files:
44
- '!archive/*/*/README.md'
55
- base-branch: main
66
needs docs:

scripts/set_up_labeler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_labeler_config(projects: list[str]) -> dict[str, Any]:
3333
config: dict[str, Any] = {
3434
# Not just language READMEs
3535
"enhancement": [
36-
{"changed-files": [{"all-glob-to-all-files": ["!archive/*/*/README.md"]}]},
36+
{"changed-files": [{"all-globs-to-all-files": ["!archive/*/*/README.md"]}]},
3737
{"base-branch": "main"},
3838
],
3939
# README.md and any Markdown file in .github directory

0 commit comments

Comments
 (0)