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"