From fea4ae5939e75035cd30cf3ffb4788ab34224e54 Mon Sep 17 00:00:00 2001 From: David Langley Date: Tue, 20 Feb 2024 13:49:21 +0000 Subject: [PATCH] Add label to track issues that will be fixed by OIDC --- .github/labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 41d25ada21..7a95510fe6 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -226,6 +226,9 @@ - name: "Z-Fixed by Element Call" description: "Issues which can be closed when we move to Element Call" color: "ededed" +- name: "Z-Fixed-By-OIDC" + description: "Issues which can be closed when we move to OIDC" + color: "ededed" - name: "Z-Flaky-Test" description: "A test is raising false alarms" color: "ededed"