浏览代码

ci(Mergify): configuration update (#16655)

Signed-off-by: Ankush Menat <me@ankush.dev>

[skip ci]
version-14
Ankush Menat 3 年前
committed by GitHub
父节点
当前提交
95a13853c7
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 40 次插入0 次删除
  1. +40
    -0
      .mergify.yml

+ 40
- 0
.mergify.yml 查看文件

@@ -53,3 +53,43 @@ pull_request_rules:
{{ title }} (#{{ number }}) {{ title }} (#{{ number }})


{{ body }} {{ body }}
- name: backport to develop
conditions:
- label="backport develop"
actions:
backport:
branches:
- develop
assignees:
- "{{ author }}"

- name: backport to version-13-hotfix
conditions:
- label="backport version-13-hotfix"
actions:
backport:
branches:
- version-13-hotfix
assignees:
- "{{ author }}"

- name: backport to version-13-pre-release
conditions:
- label="backport version-13-pre-release"
actions:
backport:
branches:
- version-13-pre-release
assignees:
- "{{ author }}"

- name: backport to version-12-hotfix
conditions:
- label="backport version-12-hotfix"
actions:
backport:
branches:
- version-12-hotfix
assignees:
- "{{ author }}"

正在加载...
取消
保存