chore(labels): make them fancy

This commit is contained in:
Jan De Dobbeleer 2022-10-08 10:06:44 +02:00 committed by Jan De Dobbeleer
parent d4a3dbb721
commit c67e519003
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
name: Bug Report
description: File a bug report
labels: [bug]
labels: ["🐛 bug"]
assignees:
- jandedobbeleer
body:

View file

@ -1,6 +1,6 @@
name: Feature Request
description: Request a new feature
labels: [feat]
labels: ["🚀 feat"]
assignees:
- jandedobbeleer
body:

8
.github/stale.yml vendored
View file

@ -12,10 +12,10 @@ onlyLabels: []
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- feat
- bug
- enhancement
- "help wanted"
- "🚀 feat"
- "🐛 bug"
- "🤩 enhancement"
- "😵‍💫 help wanted"
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false