@boykaframework/boyka-cli
Version:
🧑🏻💻 Command line assistant for Boyka Framework
17 lines (16 loc) • 524 B
YAML
version: 1
labels:
- label: ':rocket: pr: new feature'
title: '^feat.*'
- label: ':boom: pr: breaking change'
title: '^(feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)!.*'
- label: ':bug: pr: bug fix'
title: '^fix.*'
- label: ':nail_care: pr: polish'
title: '^(chore|style|refactor|revert).*'
- label: ':memo: pr: documentation'
title: '^docs.*'
- label: ':house: pr: internal'
title: '^(ci|build).*'
- label: ':running_woman: pr: performance'
title: '^(perf|test).*'