加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.mergify.yml 3.13 KB
一键复制 编辑 原始数据 按行查看 历史
pull_request_rules:
- name: Apply commits on `master`
conditions:
- label=apply-on-master
actions:
backport:
branches:
- master
assignees:
- "{{ author }}"
body: |
This is an automatic copy of pull request #{{number}} done by [Mergify](https://mergify.com).
----
{{ body }}
----
{{ cherry_pick_error }}
title: "[master] {{ title }}"
- name: Apply commits on `4.5.x`
conditions:
- label=apply-on-4-5-x
actions:
backport:
branches:
- 4.5.x
assignees:
- "{{ author }}"
body: |
This is an automatic copy of pull request #{{number}} done by [Mergify](https://mergify.com).
----
{{ body }}
----
{{ cherry_pick_error }}
title: "[4.5.x] {{ title }}"
- name: Apply commits on `4.4.x`
conditions:
- label=apply-on-4-4-x
actions:
backport:
branches:
- 4.4.x
assignees:
- "{{ author }}"
body: |
This is an automatic copy of pull request #{{number}} done by [Mergify](https://mergify.com).
----
{{ body }}
----
{{ cherry_pick_error }}
title: "[4.4.x] {{ title }}"
- name: Apply commits on `4.3.x`
conditions:
- label=apply-on-4-3-x
actions:
backport:
branches:
- 4.3.x
assignees:
- "{{ author }}"
body: |
This is an automatic copy of pull request #{{number}} done by [Mergify](https://mergify.com).
----
{{ body }}
----
{{ cherry_pick_error }}
title: "[4.3.x] {{ title }}"
- name: Apply commits on `4.2.x`
conditions:
- label=apply-on-4-2-x
actions:
backport:
branches:
- 4.2.x
assignees:
- "{{ author }}"
body: |
This is an automatic copy of pull request #{{number}} done by [Mergify](https://mergify.com).
----
{{ body }}
----
{{ cherry_pick_error }}
title: "[4.2.x] {{ title }}"
- name: Apply commits on `4.1.x`
conditions:
- label=apply-on-4-1-x
actions:
backport:
branches:
- 4.1.x
assignees:
- "{{ author }}"
body: |
This is an automatic copy of pull request #{{number}} done by [Mergify](https://mergify.com).
----
{{ body }}
----
{{ cherry_pick_error }}
title: "[4.1.x] {{ title }}"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化