fix: add autolabeler

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
Vitor Mattos 2025-10-28 14:55:05 -03:00
parent 4554fc469e
commit 7058ff08e0
No known key found for this signature in database
GPG key ID: 6FECE2AD4809003A

View file

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