diff --git a/.github/turbo-orchestrator.yml b/.github/turbo-orchestrator.yml index 41a121d5082d9..05e5bf2d93240 100644 --- a/.github/turbo-orchestrator.yml +++ b/.github/turbo-orchestrator.yml @@ -34,22 +34,15 @@ labeler: - label: "owned-by: turborepo" when: isAnyFileOwnedByMatch: '@vercel\/turbo-oss' - - label: "owned-by: turbopack" - when: - isAnyFileOwnedByMatch: '@vercel\/turbopack' - # created-by - - label: "created-by: turbopack" - when: - isPRAuthorMatch: "^(arlyon|bgw|ForsakenHarmony|kdy1|LichuAcu|mischnic|padmaia|sokra|wbinnssmith)$" - label: "created-by: turborepo" when: - isPRAuthorMatch: "^(anthonyshew|dimitropoulos|tknickman|chris-olszewski|NicholasLYang|Zertsov|paulogdm|codybrouwers)$" + isPRAuthorMatch: "^(anthonyshew|dimitropoulos|tknickman|chris-olszewski|NicholasLYang)$" # needs: triage when not any of the turbopack or turborepo team - label: "needs: triage" when: - isNotPRAuthorMatch: "^(arlyon|bgw|ForsakenHarmony|kdy1|LichuAcu|mischnic|padmaia|sokra|wbinnssmith|anthonyshew|dimitropoulos|tknickman|chris-olszewski|NicholasLYang|Zertsov|paulogdm|codybrouwers)$" + isNotPRAuthorMatch: "^(padmaia|anthonyshew|dimitropoulos|tknickman|chris-olszewski|NicholasLYang)$" # areas - label: "area: ci"