From d64f269ce3c83a5ea31d930f5e5c6170730e803d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 1 Nov 2023 14:21:26 -0400 Subject: [PATCH] feat(labels.yaml): `jira:2u` label for auto-creating Jira issues --- edx_repo_tools/repo_checks/labels.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/edx_repo_tools/repo_checks/labels.yaml b/edx_repo_tools/repo_checks/labels.yaml index 80983dad..37bdaf4b 100644 --- a/edx_repo_tools/repo_checks/labels.yaml +++ b/edx_repo_tools/repo_checks/labels.yaml @@ -188,3 +188,8 @@ color: "ffd700" # gold! description: "PR author is a Core Contributor (who may or may not have write access to this repo)." +# The OSPR bot will recognize "jira:company" labels and make Jira issues for +# pull requests labelled with them. +- name: "jira:2u" + color: "1475D4" # 2Blue + description: "We want an issue in the 2U Jira instance"