diff --git a/.github/labels.yml b/.github/labels.yml index 95c09b382..fe9bdc9b7 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -1,54 +1,64 @@ -# Temporary status -- name: "🗯️ Waiting for feedback" - color: "aadefa" - description: "" -- name: "🔴 Blocked" - color: "ff3f14" +- name: "Status: 🗯️ Waiting for feedback" + from_name: "🗯️ Waiting for feedback" + color: "f7d692" +- name: "Status: 🔴 Blocked" + from_name: "🔴 Blocked" + color: "f7d692" description: "Blocked by another issue or pull request" -- name: "🔒 After next release" - color: "e8f274" +- name: "Status: 🔒 After next release" + from_name: "🔒 After next release" + color: "f7d692" description: "Will be done after the next release" -# Final status -- name: "⚰️ Inactive" - color: "000000" +- name: "Closed: ⚰️ Inactive" + from_name: "⚰️ Inactive" + color: "959a9c" description: "No answer was received for weeks" -- name: "👥 Duplicate" - color: "524f4f" +- name: "Closed: 👥 Duplicate" + from_name: "👥 Duplicate" + color: "959a9c" description: "Issue duplicates an existing issue" +- name: "Closed: 🗑️ Bad issue" + color: "959a9c" -# Priority -- name: "🚨 Urgent" - color: "d5232f" - description: "" -- name: "💤 Low priority" - color: "4285f4" - description: "" +- name: "Priority: 🚨 Urgent" + from_name: "🚨 Urgent" + color: "03adfc" +- name: "Priority: 💤 Low priority" + from_name: "💤 Low priority" + color: "03adfc" -# Complexity -- name: "☣️ Hard to do" - color: "7d0008" - description: "" -- name: "🟩 Easy to do" - color: "34cf43" - description: "" +- name: "Complexity: ☣️ Hard to do" + from_name: "☣️ Hard to do" + color: "ff9efc" +- name: "Complexity: 🟩 Easy to do" + from_name: "🟩 Easy to do" + color: "ff9efc" -# Issue category -- name: "Config problem" +- name: "Category: Config problem 📝" + from_name: "Config problem" color: "ffc7ea" - description: "" -- name: "Shoutrrr" +- name: "Category: Shoutrrr 📢" + from_name: "Shoutrrr" color: "ffc7ea" - description: "" -- name: "Provider update" +- name: "Category: Healthcheck 🩺" + from_name: "Healthcheck" color: "ffc7ea" - description: "" -- name: "IP fetching" +- name: "Category: Provider update ♻️" + from_name: "Provider update" color: "ffc7ea" - description: "" -- name: "Database" +- name: "Category: IP fetching 📥" + from_name: "IP fetching" color: "ffc7ea" - description: "" -- name: "New provider" +- name: "Category: Database 🗃️" + from_name: "Database" + color: "ffc7ea" +- name: "Category: New provider" + from_name: "New provider 🆕" + color: "ffc7ea" +- name: "Category: Documentation ✒️" + from_name: "A problem with the readme or in the docs/ directory" + color: "ffc7ea" +- name: "Category: Maintenance ⛓️" + from_name: "Anything related to code or other maintenance" color: "ffc7ea" - description: ""