Files
full-stack-fastapi-template/.github/labeler.yml
2024-08-14 14:12:29 -05:00

19 lines
355 B
YAML

docs:
- all:
- changed-files:
- all-globs-to-all-files:
- '**/*.md'
internal:
- all:
- changed-files:
- any-glob-to-any-file:
- .github/**
- scripts/**
- .gitignore
- .pre-commit-config.yaml
- all-globs-to-all-files:
- '**/*.md'
- 'frontend/**'
- 'backend/**'