mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
feat: Change autolabeler regex to include : (#4196)
This commit is contained in:
parent
871160cb42
commit
97c3135a43
1 changed files with 3 additions and 3 deletions
6
.github/release-drafter.yml
vendored
6
.github/release-drafter.yml
vendored
|
@ -62,10 +62,10 @@ autolabeler:
|
|||
- '/feat/i'
|
||||
- label: 'bugfix'
|
||||
title:
|
||||
- '/fix/i'
|
||||
- '/fix:/i'
|
||||
- label: 'documentation'
|
||||
title:
|
||||
- '/docs/i'
|
||||
- '/docs:/i'
|
||||
- label: 'chore'
|
||||
title:
|
||||
- '/chore/i'
|
||||
- '/chore:/i'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue