From cd89402ec96e8a5826daaec317b5fdded34040a1 Mon Sep 17 00:00:00 2001 From: Damian Orzepowski Date: Wed, 7 Feb 2024 10:16:49 +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 1de0372..2543132 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"