From 95cf7ec75d97fb8ebcda1125108f655180451ed9 Mon Sep 17 00:00:00 2001 From: Jan Wille Date: Sun, 7 Aug 2022 21:23:26 +0200 Subject: [PATCH 1/3] label: add upstream_issue --- .github/labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index f7f83aad..dc658240 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -61,6 +61,9 @@ - name: testing description: Testing color: b1fc6f +- name: upstream_issue + description: This issue is caused by an upstream package + color: a9fd3e - name: wontfix description: This will not be worked on color: ffffff From c49fc421964d3edfb08afdca9820a31a9c38fa91 Mon Sep 17 00:00:00 2001 From: Jan Wille Date: Sun, 7 Aug 2022 21:25:38 +0200 Subject: [PATCH 2/3] label: add blocked --- .github/labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index dc658240..cbae33d7 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -7,6 +7,9 @@ - name: breaking description: Breaking Changes color: bfd4f2 +- name: blocked + description: waiting for something else + color: cccccc - name: bug description: Something isn't working color: d73a4a From 8bd5f3c1eef5176ae8842d8f92f8bf417d3498c5 Mon Sep 17 00:00:00 2001 From: Jan Wille Date: Sun, 7 Aug 2022 21:43:09 +0200 Subject: [PATCH 3/3] label: add examples --- .github/labels.yml | 3 +++ .github/release-drafter.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index cbae33d7..5f57d64b 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -31,6 +31,9 @@ - name: enhancement description: New feature or request color: a2eeef +- name: examples + description: Additons or changes to examples + color: 50edb0 - name: github_actions description: Pull requests that update Github_actions code color: "000000" diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 815fdabc..0d2369f4 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -16,6 +16,8 @@ categories: label: "ci" - title: ":books: Documentation" label: "documentation" + - title: ":mortar_board: Examples" + label: "examples" - title: ":hammer: Refactoring" label: "refactoring" - title: ":lipstick: Style"