diff --git a/.github/labels.yml b/.github/labels.yml index f7f83aad..5f57d64b 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 @@ -28,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" @@ -61,6 +67,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 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"