Update labels usage (#859)
This commit is contained in:
parent
cedf002bf4
commit
1d2dbb050b
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: "🚀 Feature request"
|
||||
labels: enhancement
|
||||
labels: feature
|
||||
about: I have a suggestion
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@ name-template: v$NEXT_MINOR_VERSION 🌈
|
|||
tag-template: configuration-as-code-$NEXT_MINOR_VERSION
|
||||
version-template: $MAJOR.$MINOR
|
||||
categories:
|
||||
- title: 🚨 Removed
|
||||
label: removed
|
||||
- title: ⚠️ Deprecated
|
||||
label: deprecated
|
||||
- title: 🚀 Features
|
||||
label: feature
|
||||
- title: 🐛 Bug Fixes
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ daysUntilClose: 7
|
|||
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
|
||||
exemptLabels:
|
||||
- pinned
|
||||
- enhancement
|
||||
- feature
|
||||
|
||||
# Label to use when marking as stale
|
||||
staleLabel: stale
|
||||
|
|
|
|||
Loading…
Reference in New Issue