We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a02bb commit 6bd764fCopy full SHA for 6bd764f
.mergify.yml
@@ -3,6 +3,7 @@ pull_request_rules:
3
- name: promote dev to master branch
4
conditions:
5
- base=dev
6
+ - author!=renovate[bot]
7
actions:
8
backport:
9
branches:
@@ -13,3 +14,15 @@ pull_request_rules:
13
14
- from-dev
15
assignees:
16
- "{{ author }}"
17
+ # mergify can't impersonate renovate[bot] as a PR author
18
+ - name: promote renovate[bot] dev to master branch
19
+ conditions:
20
+ - base=dev
21
+ - author=renovate[bot]
22
+ actions:
23
+ backport:
24
+ branches:
25
+ - master
26
+ title: "{{ title }} (promote #{{ number }} to {{ destination_branch }})"
27
+ labels:
28
+ - from-dev
0 commit comments