From 1270bc851ef4eae456e25cbd5fe8db6452d2320e Mon Sep 17 00:00:00 2001 From: Damian Orzepowski Date: Wed, 7 Feb 2024 10:10:14 +0100 Subject: [PATCH] ci(BUX-000): add github label "tested" --- .github/labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 3c0d062e..01acb0c4 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -52,3 +52,6 @@ - color: c2e0c6 description: "Old, unused, stale" name: "stale" +- color: 50e061 + description: "PR was tested by a team member" + name: "tested"