From 8b7f7df05e68b197bfed79f3a9f63f67954c8259 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Tue, 8 Oct 2024 12:23:11 -0400 Subject: [PATCH] feat: add flaky-test label Add a flaky-test label to be used as part of an updated flaky test process. See: https://openedx.atlassian.net/wiki/spaces/AC/pages/4306337795/Flaky+Test+Process The original process used the old edX Jira project, and this update is a part of moving this process to github. --- edx_repo_tools/repo_checks/labels.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/edx_repo_tools/repo_checks/labels.yaml b/edx_repo_tools/repo_checks/labels.yaml index 597e0ef3..ec257536 100644 --- a/edx_repo_tools/repo_checks/labels.yaml +++ b/edx_repo_tools/repo_checks/labels.yaml @@ -89,6 +89,10 @@ color: "d93f0b" # scarlet red... description: "Report of or fix for something that isn't working as intended" +- name: "flaky-test" + color: "006b75" # teal + description: "Details a test removed as part of the flaky test process" + - name: "discovery" color: "d876e3" # a curious shade of lavendar description: "Pre-work to determine if an idea is feasible"