From e16d94d8685f5b1025def349f3dcb06b6cf5a6d5 Mon Sep 17 00:00:00 2001 From: awwpotato Date: Thu, 22 May 2025 11:28:25 -0700 Subject: [PATCH] ci: prefix labels with type (#1256) Link: https://github.com/nix-community/stylix/discussions/1109#discussioncomment-13110835 Link: https://github.com/nix-community/stylix/pull/1256 Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/change_option.yml | 2 +- .github/ISSUE_TEMPLATE/change_target.yml | 2 +- .github/ISSUE_TEMPLATE/new_option.yml | 2 +- .github/ISSUE_TEMPLATE/new_target.yml | 2 +- .github/labeler.yml | 18 +++++++++--------- .github/workflows/backport.yml | 3 ++- .github/workflows/update-flake.yml | 2 +- 8 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 19093dc3..96278c4c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,6 @@ --- description: Report a bug -labels: [bug] +labels: ["kind: bug"] name: Bug title: ": " diff --git a/.github/ISSUE_TEMPLATE/change_option.yml b/.github/ISSUE_TEMPLATE/change_option.yml index a758956d..acf63e91 100644 --- a/.github/ISSUE_TEMPLATE/change_option.yml +++ b/.github/ISSUE_TEMPLATE/change_option.yml @@ -1,6 +1,6 @@ --- description: Request a change to an existing option -labels: [change-option] +labels: ["kind: change-option"] name: Change option title: ": " diff --git a/.github/ISSUE_TEMPLATE/change_target.yml b/.github/ISSUE_TEMPLATE/change_target.yml index fc743a67..69f5c0b8 100644 --- a/.github/ISSUE_TEMPLATE/change_target.yml +++ b/.github/ISSUE_TEMPLATE/change_target.yml @@ -1,6 +1,6 @@ --- description: Request a change to an existing target -labels: [change-target] +labels: ["kind: change-target"] name: Change target title: ": " diff --git a/.github/ISSUE_TEMPLATE/new_option.yml b/.github/ISSUE_TEMPLATE/new_option.yml index d69615a7..ba173a5e 100644 --- a/.github/ISSUE_TEMPLATE/new_option.yml +++ b/.github/ISSUE_TEMPLATE/new_option.yml @@ -1,6 +1,6 @@ --- description: Request the addition of a new option -labels: [new-option] +labels: ["kind: new-option"] name: New option title: ": add