From e5af35276fc4b6878a76594f54c09c01b7b101a5 Mon Sep 17 00:00:00 2001 From: Niklas Mischkulnig <4586894+mischnic@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:42:32 +0200 Subject: [PATCH] Update Turbopack members in labeler (#8767) - Add @LichuAcu , @arlyon and myself to the Turbopack team and the triage-exclusion list - @dimitropoulos was already in the Turborepo list but not in the triage-exclusion list --- .github/turbo-orchestrator.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/turbo-orchestrator.yml b/.github/turbo-orchestrator.yml index f64fc845abcd7..fda47420cf68d 100644 --- a/.github/turbo-orchestrator.yml +++ b/.github/turbo-orchestrator.yml @@ -41,7 +41,7 @@ labeler: # created-by - label: "created-by: turbopack" when: - isPRAuthorMatch: "^(bgw|ForsakenHarmony|kdy1|kwonoj|padmaia|sokra|wbinnssmith)$" + isPRAuthorMatch: "^(arlyon|bgw|ForsakenHarmony|kdy1|LichuAcu|mischnic|padmaia|sokra|wbinnssmith)$" - label: "created-by: turborepo" when: isPRAuthorMatch: "^(anthonyshew|dimitropoulos|tknickman|mehulkar|chris-olszewski|NicholasLYang|Zertsov|paulogdm|codybrouwers)$" @@ -49,7 +49,7 @@ labeler: # needs: triage when not any of the turbopack or turborepo team - label: "needs: triage" when: - isNotPRAuthorMatch: "^(bgw|ForsakenHarmony|kdy1|kwonoj|padmaia|sokra|wbinnssmith|anthonyshew|tknickman|mehulkar|chris-olszewski|NicholasLYang|arlyon|Zertsov|paulogdm|codybrouwers)$" + isNotPRAuthorMatch: "^(arlyon|bgw|ForsakenHarmony|kdy1|LichuAcu|mischnic|padmaia|sokra|wbinnssmith|anthonyshew|dimitropoulos|tknickman|mehulkar|chris-olszewski|NicholasLYang|Zertsov|paulogdm|codybrouwers)$" # areas - label: "area: ci"