Add Mergify rules for v1.16 backport (#31875)

This commit is contained in:
Will Hickey 2023-05-30 15:07:05 -05:00 committed by GitHub
parent a4ff9be5fb
commit f63f811170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -98,6 +98,30 @@ pull_request_rules:
ignore_conflicts: true
branches:
- v1.14
- name: v1.16 feature-gate backport
conditions:
- label=v1.16
- label=feature-gate
actions:
backport:
assignees: *BackportAssignee
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
labels:
- feature-gate
branches:
- v1.16
- name: v1.16 non-feature-gate backport
conditions:
- label=v1.16
- label!=feature-gate
actions:
backport:
assignees: *BackportAssignee
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
branches:
- v1.16
commands_restrictions:
# The author of copied PRs is the Mergify user.