Skip to content

Commit 819105c

Browse files
committed
Switch from AutoMerge GH Action to Mergify.io
1 parent cc1dfee commit 819105c

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

.github/mergify.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Provides automatic merging of pull requests based on specific rules.
2+
#
3+
# See: https://docs.mergify.io/configuration.html
4+
5+
pull_request_rules:
6+
- name: Automatically merge Dependabot pull requests
7+
conditions:
8+
- author~=^dependabot(|-preview)\[bot\]$
9+
- check-success=CheckFormat
10+
- check-success=RunSpecs
11+
actions:
12+
merge:
13+
method: squash
14+
15+
- name: When a dependency conflict emerges, ask Dependabot to rebase its update
16+
conditions:
17+
- conflict
18+
- author~=^dependabot(|-preview)\[bot\]$
19+
actions:
20+
comment:
21+
message: "@dependabot rebase"

.github/workflows/automerge.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)