CI: Remove mergify backport config for v1.13 (#30520)

* CI: Remove mergify backport config for v1.13

* Restore BackportAssignee definition (removed by previous commit by mistake)
This commit is contained in:
Will Hickey 2023-03-07 11:10:23 -06:00 committed by GitHub
parent 8a1c7614f1
commit 63052ed463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 27 deletions

View File

@ -71,39 +71,14 @@ pull_request_rules:
- automerge
comment:
message: automerge label removed due to a CI failure
- name: v1.13 feature-gate backport
conditions:
- label=v1.13
- label=feature-gate
actions:
backport:
assignees: &BackportAssignee
- "{{ merged_by|replace('mergify[bot]', label|select('equalto', 'community')|first|default(author)|replace('community', '@solana-labs/community-pr-s
ubscribers')) }}"
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
labels:
- feature-gate
branches:
- v1.13
- name: v1.13 non-feature-gate backport
conditions:
- label=v1.13
- label!=feature-gate
actions:
backport:
assignees: *BackportAssignee
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
branches:
- v1.13
- name: v1.14 feature-gate backport
conditions:
- label=v1.14
- 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-subscribers')) }}"
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
labels: