kokuyouwind/rbs_goose

View on GitHub
.github/pr-labeler.yml

Summary

Maintainability
Test Coverage
feature:
  - 'feature/*'
  - 'feat/*'

bugfix:
  - 'fix/*'

documentation:
  - 'document/*'
  - 'doc/*'

maintenance:
  - 'maintenance/*'
  - 'chore/*'
  - 'refact/*'