labeler.yml 149 B

1234567
  1. # PRs that only touch the docs folder
  2. documentation:
  3. - all: ["docs/**/*"]
  4. # PRs that only touch type files
  5. typescript:
  6. - all: ["**/*[.|-]d.ts"]