Skip to content

Commit c73f741

Browse files
authored
👷 Update configs for labeler (fastapi#1308)
1 parent dab8210 commit c73f741

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/labeler.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
docs:
22
- all:
33
- changed-files:
4-
- all-globs-to-all-files:
4+
- any-glob-to-any-file:
55
- '**/*.md'
66

77
internal:
@@ -13,6 +13,6 @@ internal:
1313
- .gitignore
1414
- .pre-commit-config.yaml
1515
- all-globs-to-all-files:
16-
- '**/*.md'
17-
- 'frontend/**'
18-
- 'backend/**'
16+
- '!./**/*.md'
17+
- '!frontend/**'
18+
- '!backend/**'

0 commit comments

Comments
 (0)