# PRs that only touch the docs folder
documentation:
  - all: ["docs/**/*"]

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