1
0
Fork 0
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:
boc-the-git 2024-09-11 00:23:23 +10:00 committed by GitHub
parent 98ac9cd290
commit 589b226360
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 2 deletions

View file

@ -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'