加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.mergify.yml 603 Bytes
一键复制 编辑 原始数据 按行查看 历史
Federico Kunze Küllmer 提交于 2021-11-25 12:16 . ci: backport PRs (#117)
queue_rules:
- name: default
conditions:
- "#approved-reviews-by>1"
pull_request_rules:
- name: automerge to the base branch with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>1"
- base=main
- label=automerge
actions:
queue:
name: default
merge:
method: squash
strict: true
commit_message: title+body
- name: backport patches to v0.3.x branch
conditions:
- base=main
- label=backport/0.3.x
actions:
backport:
branches:
- release/v0.3.x
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化