mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Chore: improve PR labeling move all labelling to pr-bot workflow (#9970)
This commit is contained in:
parent
0a03ca94c7
commit
e092627da6
3 changed files with 35 additions and 14 deletions
14
.github/release-drafter.yml
vendored
14
.github/release-drafter.yml
vendored
|
|
@ -1,15 +1,3 @@
|
|||
autolabeler:
|
||||
- label: "bug"
|
||||
branch:
|
||||
- '/^fix/'
|
||||
title:
|
||||
- "/^fix/i"
|
||||
- "/^Bugfix/i"
|
||||
- label: "enhancement"
|
||||
branch:
|
||||
- '/^feature/'
|
||||
title:
|
||||
- "/^feature/i"
|
||||
categories:
|
||||
- title: 'Breaking Changes'
|
||||
labels:
|
||||
|
|
@ -17,7 +5,7 @@ categories:
|
|||
- title: 'Notable Changes'
|
||||
labels:
|
||||
- 'notable'
|
||||
- title: 'Features'
|
||||
- title: 'Features / Enhancements'
|
||||
labels:
|
||||
- 'enhancement'
|
||||
- title: 'Bug Fixes'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue