Browse Source

👷 Update configs for labeler (#1308)

pull/13907/head
Sebastián Ramírez 12 months ago
committed by GitHub
parent
commit
8187a5283f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      .github/labeler.yml

8
.github/labeler.yml

@ -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/**'

Loading…
Cancel
Save