labeler.yml 378 B

12345678910111213141516
  1. # Add 'feature' label to any PR where the head branch name starts with `feature` or has a `feature` section in the name
  2. feature:
  3. - head-branch: ["^feat", "feat"]
  4. bug:
  5. - head-branch: ["^fix", "fix"]
  6. chore:
  7. - head-branch: ["^chore", "chore"]
  8. perf:
  9. - head-branch: ["^perf", "perf"]
  10. documentation:
  11. - changed-files:
  12. - any-glob-to-any-file: ["**/*.md", "docs/**"]