👷 Update configs for labeler (#1308)

This commit is contained in:
Sebastián Ramírez
2024-08-15 15:42:54 -05:00
committed by GitHub
parent 66c4ff169d
commit 8187a5283f

8
.github/labeler.yml vendored
View File

@@ -1,7 +1,7 @@
docs: docs:
- all: - all:
- changed-files: - changed-files:
- all-globs-to-all-files: - any-glob-to-any-file:
- '**/*.md' - '**/*.md'
internal: internal:
@@ -13,6 +13,6 @@ internal:
- .gitignore - .gitignore
- .pre-commit-config.yaml - .pre-commit-config.yaml
- all-globs-to-all-files: - all-globs-to-all-files:
- '**/*.md' - '!./**/*.md'
- 'frontend/**' - '!frontend/**'
- 'backend/**' - '!backend/**'