Browse Source

ci: mergify support for 0.35 backports (#7050)

pull/7048/head
Sam Kleinman 3 years ago
committed by GitHub
parent
commit
6276fdcb5d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      .github/mergify.yml

+ 9
- 0
.github/mergify.yml View File

@ -16,3 +16,12 @@ pull_request_rules:
backport:
branches:
- v0.34.x
- name: backport patches to v0.35.x branch
conditions:
- base=master
- label=S:backport-to-v0.35.x
actions:
backport:
branches:
- v0.35.x

Loading…
Cancel
Save