From 4153e4c08bdca7d81f0b1e8f99ac98279ab3a37d Mon Sep 17 00:00:00 2001 From: David Souther Date: Fri, 29 Sep 2023 10:29:04 -0400 Subject: [PATCH] Tools: Add `Tools` label Add label for Tools-specific work. Tools are written in Python and streamline development tasks specific to this project. --- .github/allowed-labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/allowed-labels.yml b/.github/allowed-labels.yml index 5a3beb432e9..5e779fb7a7c 100644 --- a/.github/allowed-labels.yml +++ b/.github/allowed-labels.yml @@ -90,6 +90,9 @@ - name: Shell color: "f5f7f9" description: "Tools written in bash/sh" +- name: Tools + color: "f5f7f9" + description: "This issue relates to a custom tooling to streamline development tasks" - name: CLI description: "Relates to the AWS CLI"