From 089d8dc7da7b596dfa7ce6a29345b42cf9b0a5f7 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 1 Sep 2023 07:27:23 +0200 Subject: [PATCH] chore: fix labels --- .github/labels.yml | 15 +++++++++++++++ .github/workflows/labels.yml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index 90e383c..8cefcc0 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -3,14 +3,17 @@ name: "bot" color: "69cde9" description: "" + from_name: ":robot: bot" - name: "good first issue" color: "7057ff" description: "" + from_name: ":hatching_chick: good first issue" - name: "help wanted" color: "4caf50" description: "" + from_name: ":pray: help wanted" - name: "area/ci" color: "ed9ca9" @@ -19,50 +22,62 @@ name: "kind/bug" color: "b60205" description: "" + from_name: ":bug: bug" - name: "kind/dependencies" color: "0366d6" description: "" + from_name: ":game_die: dependencies" - name: "kind/docs" color: "c5def5" description: "" + from_name: ":memo: documentation" - name: "kind/duplicate" color: "cccccc" description: "" + from_name: ":busts_in_silhouette: duplicate" - name: "kind/enhancement" color: "0054ca" description: "" + from_name: ":sparkles: enhancement" - name: "kind/invalid" color: "e6e6e6" description: "" + from_name: ":no_entry_sign: invalid" - name: "kind/upstream" color: "fbca04" description: "" + from_name: ":eyes: upstream" - name: "kind/wontfix" color: "ffffff" description: "" + from_name: ":coffin: wontfix" - name: "status/automerge" color: "8f4fbc" description: "" + from_name: ":bell: automerge" - name: "status/needs-investigation" color: "e6625b" description: "" + from_name: ":mag: investigate" - name: "status/needs-more-info" color: "795548" description: "" + from_name: ":thinking: needs more info" - name: "status/stale" color: "237da0" description: "" + from_name: ":skull: stale" - name: "status/triage" color: "dde4b7" diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index c3e0637..ea48ba3 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -7,7 +7,7 @@ concurrency: on: push: branches: - - 'master' + - 'dev' paths: - '.github/labels.yml' - '.github/workflows/labels.yml'