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.
merge
1 parent 86fb960 commit 7953a79Copy full SHA for 7953a79
.github/mergify.yml
@@ -13,6 +13,8 @@ defaults:
13
{%- for commit in commits -%}
14
{%- if commit.parents|length != 1 -%}
15
{%- set _ = commit.update({'merge': true}) -%}
16
+ {%- else -%}
17
+ {%- set _ = commit.update({'merge': false}) -%}
18
{%- endif -%}
19
{%- endfor -%}
20
{%- for commit in (commits | rejectattr("merge") | unique(False, 'email_author')) | rejectattr("author", "==", author) -%}
0 commit comments