From 8ddfcf3f41a0cdc792c5fdcd72f9eb3489816c3b Mon Sep 17 00:00:00 2001 From: Edward Zarecor Date: Tue, 19 Sep 2023 13:54:28 -0400 Subject: [PATCH] feat: new label for tracking PRs that are not general. --- edx_repo_tools/repo_checks/labels.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/edx_repo_tools/repo_checks/labels.yaml b/edx_repo_tools/repo_checks/labels.yaml index e2a0565b..a4808318 100644 --- a/edx_repo_tools/repo_checks/labels.yaml +++ b/edx_repo_tools/repo_checks/labels.yaml @@ -16,6 +16,12 @@ # Describe your color with a comment so it's easier to review. +### LABELS USED FOR MANAGING A TEMPORARY STATE OR +### PROBLEM ACROSS REPOSITORIES +- name: "business-specific" + color: "d93f0b" # scarlet red... + description: "Code that relates to a specific user and should be refactored and removed." + ### LABELS INDICATING HOW ISSUES CAN BE ENAGAGED WITH. - name: "good first issue"