mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
fix: add autolabeler
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
4554fc469e
commit
7058ff08e0
1 changed files with 20 additions and 0 deletions
20
.github/release-drafter.yml
vendored
20
.github/release-drafter.yml
vendored
|
|
@ -49,6 +49,26 @@ categories:
|
|||
|
||||
change-template: '- $TITLE [#$NUMBER]($URL)'
|
||||
|
||||
autolabeler:
|
||||
- label: 'fix'
|
||||
title:
|
||||
- '/^fix/i'
|
||||
- label: 'feature'
|
||||
title:
|
||||
- '/^feat/i'
|
||||
- label: 'chore'
|
||||
title:
|
||||
- '/^chore/i'
|
||||
- label: 'docs'
|
||||
title:
|
||||
- '/^docs/i'
|
||||
- label: 'refactor'
|
||||
title:
|
||||
- '/^refactor/i'
|
||||
- label: 'test'
|
||||
title:
|
||||
- '/^test/i'
|
||||
|
||||
version-resolver:
|
||||
major:
|
||||
labels:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue