Skip to content

Commit

Permalink
fix labels
Browse files Browse the repository at this point in the history
+ added dependency for dependabot
+ fixed Resolved -> resolved
  • Loading branch information
stamepicmorg committed Nov 21, 2024
1 parent 9b7bc29 commit 6577a63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Resolution
- name: "Resolution: ✂️ duplicate"
description: "Duplicate of an existing task or issue."
- name: "Resolution: ❇️ Resolved"
- name: "Resolution: ❇️ resolved"
description: "The issue resolved, but not fully closed."
- name: "Resolution: 🚫 wontfix"
description: "The issue will not be fixed; the task is closed."
Expand Down Expand Up @@ -61,9 +61,9 @@
- name: "Type: 🧹 chore"
description: "Routine tasks, maintenance, or non-user-facing changes."
color: "FAD8C7"
#- name: "Type: ❓ question"
# description: "Not an classical issue. Customer's question."
# color: "C7FAD8"
- name: "Type: 🛑 dependency"
description: "Routine tasks, maintenance, or non-user-facing changes."
color: "C7FAD8"

# Status
- name: "Status: 🖐 available"
Expand Down

0 comments on commit 6577a63

Please sign in to comment.