From 6c30ff20333ebd2ef10305f20821eec5ecad0161 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 4 Aug 2022 21:26:47 -0700 Subject: [PATCH] restore BackportAssignee definition --- .mergify.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 3bb61b318..8d1479bcc 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -113,7 +113,9 @@ pull_request_rules: - label=feature-gate actions: backport: - assignees: *BackportAssignee + assignees: &BackportAssignee + - "{{ merged_by|replace('mergify[bot]', label|select('equalto', 'community')|first|default(author)|replace('community', '@solana-labs/community-pr-s +ubscribers')) }}" ignore_conflicts: true labels: - feature-gate