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