File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ pull_request_rules :
3+ - name : backport to iron at reviewers discretion
4+ conditions :
5+ - base=rolling
6+ - label=backport-iron
7+ actions :
8+ backport :
9+ branches :
10+ - iron
11+
12+ - name : backport to humble at reviewers discretion
13+ conditions :
14+ - base=rolling
15+ - label=backport-humble
16+ actions :
17+ backport :
18+ branches :
19+ - humble
20+
21+ - name : delete head branch after merge
22+ conditions :
23+ - merged
24+ actions :
25+ delete_head_branch :
26+
27+ - name : ask to resolve conflict
28+ conditions :
29+ - conflict
30+ - author!=mergify
31+ actions :
32+ comment :
33+ message : This pull request is in conflict. Could you fix it @{{author}}?
34+
35+ # TODO enable automatic merge of backports
36+ # https://docs.mergify.com/workflow/actions/backport/#combining-automatic-merge
You can’t perform that action at this time.
0 commit comments