소스 검색

ci(Mergify): configuration update (#16655)

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

[skip ci]
version-14
Ankush Menat 3 년 전
committed by GitHub
부모
커밋
95a13853c7
No known key found for this signature in database 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 }}"

불러오는 중...
취소
저장