Skip to content

Commit

Permalink
restore BackportAssignee definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Aug 5, 2022
1 parent 4dc6174 commit 6c30ff2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c30ff2

Please sign in to comment.