Update mergify (#8784)

* Update mergify

Prep for the v0.42 release series.

* retire v0.41, the hub can upgrade to v0.42 smoothly
This commit is contained in:
Alessio Treglia 2021-03-05 12:45:18 +00:00 committed by GitHub
parent 67964b1df4
commit 7aa0b4b812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -8,14 +8,14 @@ pull_request_rules:
merge: merge:
method: squash method: squash
strict: true strict: true
- name: backport patches to v0.41.x branch - name: backport patches to v0.42.x branch
conditions: conditions:
- base=master - base=master
- label=backport/0.41.x (Stargate) - label=backport/0.42.x (Stargate)
actions: actions:
backport: backport:
branches: branches:
- release/v0.41.x - release/v0.42.x
- name: backport patches to v0.39.x branch - name: backport patches to v0.39.x branch
conditions: conditions:
- base=master - base=master