PromucFlow_constructor/.github/labeler.yml
Arpit Mohan 07caedb7e5
ci: Using appsmith's fork of labeler for minor enhancement & easier config (#7177)
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.
2021-09-06 22:48:35 +05:30

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:.*"