Sebastián Ramírez
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
4 deletions
-
.github/labeler.yml
|
|
@ -1,7 +1,7 @@ |
|
|
|
docs: |
|
|
|
- all: |
|
|
|
- changed-files: |
|
|
|
- all-globs-to-all-files: |
|
|
|
- any-glob-to-any-file: |
|
|
|
- '**/*.md' |
|
|
|
|
|
|
|
internal: |
|
|
@ -13,6 +13,6 @@ internal: |
|
|
|
- .gitignore |
|
|
|
- .pre-commit-config.yaml |
|
|
|
- all-globs-to-all-files: |
|
|
|
- '**/*.md' |
|
|
|
- 'frontend/**' |
|
|
|
- 'backend/**' |
|
|
|
- '!./**/*.md' |
|
|
|
- '!frontend/**' |
|
|
|
- '!backend/**' |
|
|
|