Sam Kleinman
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
.github/mergify.yml
|
|
@ -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 |
|
|
|
|