8 lines
149 B
YAML
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"]
|