mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-11 08:25:29 +02:00
feat: Add autolabeler functionality for PRs (#4188)
This commit is contained in:
parent
98ac9cd290
commit
589b226360
2 changed files with 25 additions and 2 deletions
18
.github/release-drafter.yml
vendored
18
.github/release-drafter.yml
vendored
|
@ -50,8 +50,22 @@ version-resolver:
|
|||
default: patch
|
||||
|
||||
template: |
|
||||
# 🍴🍴🍴🍴🍴🍴🍴🍴🍴🍴
|
||||
# 🍴🍴🍴🍴🍴🍴
|
||||
|
||||
$CHANGES
|
||||
|
||||
# 🍴🍴🍴🍴🍴🍴🍴🍴🍴🍴
|
||||
# 🍴🍴🍴🍴🍴🍴
|
||||
|
||||
autolabeler:
|
||||
- label: 'feature'
|
||||
title:
|
||||
- '/feat/i'
|
||||
- label: 'bugfix'
|
||||
title:
|
||||
- '/fix/i'
|
||||
- label: 'documentation'
|
||||
title:
|
||||
- '/docs/i'
|
||||
- label: 'chore'
|
||||
title:
|
||||
- '/chore/i'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue