Skip to content

Commit

Permalink
👷 Update configs for labeler (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Aug 15, 2024
1 parent 66c4ff1 commit 8187a52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
docs:
- all:
- changed-files:
- all-globs-to-all-files:
- any-glob-to-any-file:
- '**/*.md'

internal:
Expand All @@ -13,6 +13,6 @@ internal:
- .gitignore
- .pre-commit-config.yaml
- all-globs-to-all-files:
- '**/*.md'
- 'frontend/**'
- 'backend/**'
- '!./**/*.md'
- '!frontend/**'
- '!backend/**'

0 comments on commit 8187a52

Please sign in to comment.