ソースを参照

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 }})

{{ 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 }}"

読み込み中…
キャンセル
保存