You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
378 B
17 lines
378 B
# Add 'feature' label to any PR where the head branch name starts with `feature` or has a `feature` section in the name
|
|
feature:
|
|
- head-branch: ["^feat", "feat"]
|
|
|
|
bug:
|
|
- head-branch: ["^fix", "fix"]
|
|
|
|
chore:
|
|
- head-branch: ["^chore", "chore"]
|
|
|
|
perf:
|
|
- head-branch: ["^perf", "perf"]
|
|
|
|
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ["**/*.md", "docs/**"]
|