From 3c922464d6232b1f78e357627380dea6d073a1d7 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Fri, 3 Feb 2023 11:56:20 +0800 Subject: [PATCH] chore: label for monorepo-triage team (#30092) --- .mergify.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index b065851f7..68553dff3 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -7,6 +7,9 @@ pull_request_rules: - name: label changes from community conditions: - author≠@core-contributors + - author≠@monorepo-maintainers + - author≠@monorepo-write + - author≠@monorepo-triage - author≠mergify[bot] - author≠dependabot[bot] - author≠github-actions[bot] @@ -14,9 +17,13 @@ pull_request_rules: label: add: - community + - need:merge-assist - name: request review for community changes conditions: - author≠@core-contributors + - author≠@monorepo-maintainers + - author≠@monorepo-write + - author≠@monorepo-triage - author≠mergify[bot] - author≠dependabot[bot] - author≠github-actions[bot] @@ -31,6 +38,19 @@ pull_request_rules: request_reviews: teams: - "@solana-labs/community-pr-subscribers" + - name: label changes from monorepo-triage + conditions: + - author≠@core-contributors + - author≠mergify[bot] + - author≠dependabot[bot] + - author≠github-actions[bot] + - author≠@monorepo-maintainers + - author≠@monorepo-write + - author=@monorepo-triage + actions: + label: + add: + - need:merge-assist - name: automatic merge (squash) on CI success conditions: - and: