From 4c8942d95ad533627fa6d6df0508a7b80168fae8 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Fri, 26 Apr 2024 11:39:21 -0400 Subject: [PATCH] feat: add create-sandbox label (#507) --- edx_repo_tools/repo_checks/labels.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/edx_repo_tools/repo_checks/labels.yaml b/edx_repo_tools/repo_checks/labels.yaml index 7249b59a..3d8d71a5 100644 --- a/edx_repo_tools/repo_checks/labels.yaml +++ b/edx_repo_tools/repo_checks/labels.yaml @@ -200,8 +200,15 @@ color: "ffd700" # gold! description: "PR author is a Core Contributor (who may or may not have write access to this repo)." + +## LABELS FOR AUTOMATED TOOLING + # 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" + +- name: "create-sandbox" + color: "fdee73" # sandy yellow + description: "open-craft-grove should create a sandbox environment from this PR"