1 Star 0 Fork 1

gvm_simon/gvm-libs

forked from Simon/gvm-libs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.mergify.yml 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
Jaspar Löchte 提交于 2021-10-15 23:27 +08:00 . Use correct labels for mergify.yaml ...
pull_request_rules:
# backports from main branch
- name: backport main patches to stable branch
conditions:
- base=main
- label=backport-to-stable
actions:
backport:
branches:
- stable
- name: backport main patches to oldstable branch
conditions:
- base=main
- label=backport-to-oldstable
actions:
backport:
branches:
- oldstable
- name: port main patches to middleware branch
conditions:
- base=main
- label=backport-to-middleware
actions:
backport:
branches:
- middleware
# backports from stable release branch
- name: port stable patches to main branch
conditions:
- base=stable
- label=backport-to-main
actions:
backport:
branches:
- main
- name: backport stable patches to oldstable branch
conditions:
- base=stable
- label=backport-to-oldstable
actions:
backport:
branches:
- oldstable
- name: port stable patches to middleware branch
conditions:
- base=stable
- label=backport-to-middleware
actions:
backport:
branches:
- middleware
# ports from oldstable release branch
- name: port oldstable patches to main branch
conditions:
- base=oldstable
- label=backport-to-main
actions:
backport:
branches:
- main
- name: port oldstable patches to stable branch
conditions:
- base=oldstable
- label=backport-to-stable
actions:
backport:
branches:
- stable
- name: port oldstable patches to middleware branch
conditions:
- base=oldstable
- label=backport-to-middleware
actions:
backport:
branches:
- middleware
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gvm_simon/gvm-libs.git
git@gitee.com:gvm_simon/gvm-libs.git
gvm_simon
gvm-libs
gvm-libs
container

搜索帮助