Files
2026-07-13 12:06:16 +08:00

8 lines
149 B
YAML

# PRs that only touch the docs folder
documentation:
- all: ["docs/**/*"]
# PRs that only touch type files
typescript:
- all: ["**/*[.|-]d.ts"]