From 6a2aec104754bae2bb85fe949bc8a54da05bae1a Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Thu, 10 Jun 2021 12:28:37 -0700 Subject: [PATCH] Add label to community contributions (#17876) --- .mergify.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index b16a3aa664..3354c50f81 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -4,6 +4,15 @@ # # https://doc.mergify.io/ pull_request_rules: + - name: label changes from community + conditions: + - author≠@core-contributors + - author≠mergify[bot] + - author≠dependabot[bot] + actions: + label: + add: + - community - name: automatic merge (squash) on CI success conditions: - status-success=buildkite/solana