Skip to content

Commit b293f7e

Browse files
reaver-flomeshmergify[bot]
authored andcommitted
ci(Mergify): copy PRs those merged into main to release/v1.5 (#606)
* ci(Mergify): copy PRs those merged into main to release/v1.5 Signed-off-by: Lin Yang <[email protected]> * ci(Mergify): auto add copy/v1.5 label Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> (cherry picked from commit 0fd58af)
1 parent d394d89 commit b293f7e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.mergify.yml

+18
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,24 @@ pull_request_rules:
8989
title: "[cherry-pick] {{ title }} (#{{ number }})"
9090
assignees:
9191
- "{{ author }}"
92+
- name: Add label copy/v1.5 to milestone v1.5 pull requests
93+
conditions:
94+
- base=main
95+
- milestone~=^v1\.5\.[0-9]+$
96+
- -closed
97+
actions:
98+
label:
99+
add:
100+
- copy/v1.5
101+
- name: Copy features/patches to the release/v1.5 branch
102+
conditions:
103+
- merged
104+
- base=main
105+
- label = copy/v1.5
106+
actions:
107+
copy:
108+
branches:
109+
- release/v1.5
92110
- name: Ping PR author when conflicting and Label conflicting pull requests
93111
description: Warn the pull request author when their PR are conflicting, and add a label to a pull request with conflict to spot it easily
94112
conditions:

0 commit comments

Comments
 (0)