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

Loading…
Cancel
Save