Sebastián Ramírez
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
6 deletions
-
.github/labeler.yml
|
|
@ -1,22 +1,22 @@ |
|
|
|
docs: |
|
|
|
- changed-files: |
|
|
|
- any-glob-to-any-file: |
|
|
|
- docs/en/docs/* |
|
|
|
- docs_src/* |
|
|
|
- docs/en/docs/**/* |
|
|
|
- docs_src/**/* |
|
|
|
|
|
|
|
lang-all: |
|
|
|
- all: |
|
|
|
- changed-files: |
|
|
|
- any-glob-to-any-file: |
|
|
|
- docs/*/docs/* |
|
|
|
- docs/*/docs/**/* |
|
|
|
- all-globs-to-all-files: |
|
|
|
- '!docs/en/docs/*' |
|
|
|
- '!docs/en/docs/**/*' |
|
|
|
|
|
|
|
internal: |
|
|
|
- changed-files: |
|
|
|
- any-glob-to-any-file: |
|
|
|
- .github/* |
|
|
|
- scripts/* |
|
|
|
- .github/**/* |
|
|
|
- scripts/**/* |
|
|
|
- .gitignore |
|
|
|
- .pre-commit-config.yaml |
|
|
|
- pdm_build.py |
|
|
|