Skip to content

Commit

Permalink
Add autolabeler config
Browse files Browse the repository at this point in the history
  • Loading branch information
boc-the-git authored Sep 10, 2024
1 parent 46b2a73 commit e58abfc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,17 @@ template: |
$CHANGES
# 🍴🍴🍴🍴🍴🍴
autolabeler:
- label: 'feature'
title:
- '/feat/i'
- label: 'bugfix'
title:
- '/fix/i'
- label: 'documentation'
title:
- '/docs/i'
- label: 'chore'
title:
- '/chore/i'

0 comments on commit e58abfc

Please sign in to comment.