Skip to content

Commit ae4b557

Browse files
authored
Merge pull request #1070 from LalatenduMohanty/fixing_mergify_extra_commits
fix(mergify): remove auto-update rule that adds merge commits
2 parents 0d5711d + 13826ee commit ae4b557

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.mergify.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,6 @@ pull_request_rules:
7878
merge:
7979
method: merge
8080

81-
- name: Auto-update approved PRs that are behind
82-
conditions:
83-
- "-draft"
84-
- "-conflict"
85-
- "#commits-behind>0"
86-
- "base=main"
87-
- "#approved-reviews-by>=1"
88-
- "author!=dependabot[bot]"
89-
actions:
90-
update:
91-
9281
- name: Ping author on conflicts
9382
conditions:
9483
- "conflict"

0 commit comments

Comments
 (0)