2018-10-15 20:30:33 +08:00
|
|
|
pull_request_rules:
|
|
|
|
# Backports
|
|
|
|
- actions:
|
|
|
|
backport:
|
|
|
|
branches:
|
|
|
|
- stable-3.0
|
|
|
|
conditions:
|
|
|
|
- label=backport-stable-3.0
|
|
|
|
name: backport stable-3.0
|
|
|
|
- actions:
|
|
|
|
backport:
|
|
|
|
branches:
|
|
|
|
- stable-3.1
|
|
|
|
conditions:
|
|
|
|
- label=backport-stable-3.1
|
|
|
|
name: backport stable-3.1
|
|
|
|
- actions:
|
|
|
|
backport:
|
|
|
|
branches:
|
|
|
|
- stable-3.2
|
|
|
|
conditions:
|
|
|
|
- label=backport-stable-3.2
|
|
|
|
name: backport stable-3.2
|
2019-03-28 21:49:46 +08:00
|
|
|
- actions:
|
|
|
|
backport:
|
|
|
|
branches:
|
|
|
|
- stable-4.0
|
|
|
|
conditions:
|
|
|
|
- label=backport-stable-4.0
|
|
|
|
name: backport stable-4.0
|
2020-03-24 22:10:30 +08:00
|
|
|
- actions:
|
|
|
|
backport:
|
|
|
|
branches:
|
|
|
|
- stable-5.0
|
|
|
|
conditions:
|
|
|
|
- label=backport-stable-5.0
|
|
|
|
name: backport stable-5.0
|