Now we can add multiple title regexes for a PR and the labeler will automatically tag the PR with the appropriate labels. This will be useful when generated the release notes in a categorized fashion.
22 lines
352 B
YAML
22 lines
352 B
YAML
version: 1
|
|
labels:
|
|
- label: "Enhancement"
|
|
titles:
|
|
- "^feat:.*"
|
|
- "^feature:.*"
|
|
- label: "Bug"
|
|
titles:
|
|
- "^fix:.*"
|
|
- label: "CI"
|
|
titles:
|
|
- "^ci:.*"
|
|
- label: "Test"
|
|
titles:
|
|
- "^test:.*"
|
|
- label: "skip-changelog"
|
|
titles:
|
|
- "^test:.*"
|
|
- "^ci:.*"
|
|
- "^doc:.*"
|
|
- "^chore:.*"
|