Skip to content

Commit 0f79f44

Browse files
committed
chore(ci): fix mergify dependabot queue
1 parent 605e9fe commit 0f79f44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/mergify.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,15 @@ pull_request_rules:
1212
- name: automatic merge for Dependabot pull requests
1313
conditions:
1414
- author~=^dependabot(|-preview)\[bot\]$
15-
# - check-success=build # matrix jobs aren't working in mergify
1615
actions:
1716
queue:
18-
name: dependabot
17+
name: default
1918
method: squash
2019
commit_message: title+body
2120

2221
- name: Automatic merge ⬇️ on approval ✔
2322
conditions:
2423
- base!=master
25-
# - check-success=build # matrix jobs aren't working in mergify
2624
- "#approved-reviews-by>=2"
2725
actions:
2826
queue:

0 commit comments

Comments
 (0)