Enforce labelling for the PRs

This commit is contained in:
Clémentine Urquizar
2022-04-09 23:37:27 +02:00
parent 9ac2fd1c37
commit 9383629d13
2 changed files with 23 additions and 6 deletions

View File

@ -1,18 +1,21 @@
name-template: 'Milli v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
exclude-labels:
- 'skip-changelog'
- 'skip changelog'
version-resolver:
minor:
labels:
- 'breaking-change'
- 'DB breaking'
- 'API breaking'
default: patch
categories:
- title: 'Breaking changes ⚠️'
label: 'breaking-change'
- title: 'API breaking'
label: 'API breaking'
- title: 'DB breaking'
label: 'DB breaking'
- title: 'Changes'
label: 'no breaking'
template: |
## Changes
$CHANGES
Thanks again to $CONTRIBUTORS! 🎉