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 name: Bug Report
description: File a bug report description: File a bug report
labels: [bug] labels: ["🐛 bug"]
assignees: assignees:
- jandedobbeleer - jandedobbeleer
body: body:

View file

@ -1,6 +1,6 @@
name: Feature Request name: Feature Request
description: Request a new feature description: Request a new feature
labels: [feat] labels: ["🚀 feat"]
assignees: assignees:
- jandedobbeleer - jandedobbeleer
body: 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 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels: exemptLabels:
- feat - "🚀 feat"
- bug - "🐛 bug"
- enhancement - "🤩 enhancement"
- "help wanted" - "😵‍💫 help wanted"
# Set to true to ignore issues in a project (defaults to false) # Set to true to ignore issues in a project (defaults to false)
exemptProjects: false exemptProjects: false