Update labels usage (#859)

This commit is contained in:
Joseph Petersen 2019-04-25 11:46:56 +02:00 committed by GitHub
parent cedf002bf4
commit 1d2dbb050b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
name: "🚀 Feature request" name: "🚀 Feature request"
labels: enhancement labels: feature
about: I have a suggestion about: I have a suggestion
--- ---

View File

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

2
.github/stale.yml vendored
View File

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