🔧 Update labeler GitHub Action (#12001)

This commit is contained in:
Sebastián Ramírez 2024-08-12 20:47:59 -05:00 committed by GitHub
parent 663810cb1a
commit b5e167d406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

12
.github/labeler.yml vendored
View File

@ -1,22 +1,22 @@
docs: docs:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- docs/en/docs/* - docs/en/docs/**/*
- docs_src/* - docs_src/**/*
lang-all: lang-all:
- all: - all:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- docs/*/docs/* - docs/*/docs/**/*
- all-globs-to-all-files: - all-globs-to-all-files:
- '!docs/en/docs/*' - '!docs/en/docs/**/*'
internal: internal:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- .github/* - .github/**/*
- scripts/* - scripts/**/*
- .gitignore - .gitignore
- .pre-commit-config.yaml - .pre-commit-config.yaml
- pdm_build.py - pdm_build.py