From d608b57aeb5b1287feb2f59a153fdaffda6b4198 Mon Sep 17 00:00:00 2001 From: Arran Schlosberg Date: Wed, 18 Dec 2024 17:59:56 +0000 Subject: [PATCH 1/6] chore: migrate instead of delete old labels --- .github/labels.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 7ee4e48addc..ad2d9fea212 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -12,6 +12,7 @@ - name: "Category: Documentation โœ’๏ธ" description: "A problem with the readme or a code comment." color: "ffc7ea" + from_name: "documentation" - name: "Category: Bug ๐Ÿ›" color: "ffc7ea" from_name: "bug" @@ -30,6 +31,8 @@ - name: "Category: Label missing โ—" description: "Use this if it feels a label should be added to label this issue" color: "ffc7ea" +- name: "Category: Question / Help wanted โ“" + from_name: "question" # Status - name: "Status: ๐Ÿ—ฏ๏ธ Waiting for feedback" @@ -58,11 +61,17 @@ color: "ff9efc" - name: "Complexity: ๐ŸŸฆ Easy to do" color: "ff9efc" + from_name: "good first issue" # Closing reason - name: "Closed: ๐Ÿ‘ฅ Duplicate" color: "959a9c" description: "Issue duplicates an existing issue" + from_name: "duplicate" - name: "Closed: โšฐ๏ธ Inactive" color: "959a9c" description: "No answer was received for weeks" +- name: "Closed: ๐Ÿ™… Won't fix" + from_name: "wontfix" +- name: "Closed: ๐Ÿงบ Invalid" + from_name: "invalid" From 37c1590eccd6fae7f831466ef4ba9a245ec02b09 Mon Sep 17 00:00:00 2001 From: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:59:42 +0000 Subject: [PATCH 2/6] Update .github/labels.yml Co-authored-by: Quentin McGaw Signed-off-by: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> --- .github/labels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labels.yml b/.github/labels.yml index ad2d9fea212..effab93cc81 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -72,6 +72,6 @@ color: "959a9c" description: "No answer was received for weeks" - name: "Closed: ๐Ÿ™… Won't fix" - from_name: "wontfix" + color: "959a9c" - name: "Closed: ๐Ÿงบ Invalid" - from_name: "invalid" + color: "959a9c" From 009fb6a25f5a50bcbb527d014bb15032ed8ec330 Mon Sep 17 00:00:00 2001 From: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:59:56 +0000 Subject: [PATCH 3/6] Update .github/labels.yml Co-authored-by: Quentin McGaw Signed-off-by: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> --- .github/labels.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index effab93cc81..2624d6bad53 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -67,7 +67,6 @@ - name: "Closed: ๐Ÿ‘ฅ Duplicate" color: "959a9c" description: "Issue duplicates an existing issue" - from_name: "duplicate" - name: "Closed: โšฐ๏ธ Inactive" color: "959a9c" description: "No answer was received for weeks" From c2f373d5b222d465b99a272e3a613280120302bc Mon Sep 17 00:00:00 2001 From: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:00:09 +0000 Subject: [PATCH 4/6] Update .github/labels.yml Co-authored-by: Quentin McGaw Signed-off-by: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> --- .github/labels.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index 2624d6bad53..6aa0077116c 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -61,7 +61,6 @@ color: "ff9efc" - name: "Complexity: ๐ŸŸฆ Easy to do" color: "ff9efc" - from_name: "good first issue" # Closing reason - name: "Closed: ๐Ÿ‘ฅ Duplicate" From 387528053e58ee5c08fabe8784329bec082992a0 Mon Sep 17 00:00:00 2001 From: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:01:05 +0000 Subject: [PATCH 5/6] Update .github/labels.yml Co-authored-by: Quentin McGaw Signed-off-by: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> --- .github/labels.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index 6aa0077116c..a2f27f38330 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -12,7 +12,6 @@ - name: "Category: Documentation โœ’๏ธ" description: "A problem with the readme or a code comment." color: "ffc7ea" - from_name: "documentation" - name: "Category: Bug ๐Ÿ›" color: "ffc7ea" from_name: "bug" From 13861283292fa603ba50d1692854c65633e3fb2d Mon Sep 17 00:00:00 2001 From: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:01:29 +0000 Subject: [PATCH 6/6] Update .github/labels.yml Co-authored-by: Quentin McGaw Signed-off-by: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> --- .github/labels.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/labels.yml b/.github/labels.yml index a2f27f38330..81c3480fa10 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -30,8 +30,6 @@ - name: "Category: Label missing โ—" description: "Use this if it feels a label should be added to label this issue" color: "ffc7ea" -- name: "Category: Question / Help wanted โ“" - from_name: "question" # Status - name: "Status: ๐Ÿ—ฏ๏ธ Waiting for feedback"