mirror of
https://github.com/fastapi/full-stack-fastapi-template.git
synced 2026-09-21 05:12:48 +00:00
13 lines
235 B
YAML
13 lines
235 B
YAML
auto-labels:
|
|
docs:
|
|
- exclude: frontend/**
|
|
- exclude: backend/**
|
|
- exclude: .github/**
|
|
- exclude: scripts/**
|
|
- '**/*.md'
|
|
internal:
|
|
- .github/**
|
|
- scripts/**
|
|
- .gitignore
|
|
- .pre-commit-config.yaml
|