backend_and_cms/.github/labeler.yml

19 lines
358 B
YAML

docs:
- all:
- changed-files:
- any-glob-to-any-file:
- '**/*.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/**'