Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit c9134a1

Browse files
committed
chore: Fix mergify config typo
1 parent 771bd2f commit c9134a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.mergify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pull_request_rules:
1+
request_pull_rules:
22
- name: Automatically merge on CI success and review approval
33
conditions:
44
- base=master
@@ -7,7 +7,7 @@ pull_request_rules:
77
- -approved-reviews-by~=author
88
- status-success=Build Docker image from Dockerfile
99
- status-success=Build Docker image from Makefile target
10-
- status=success=Build binaries and run integration test
10+
- status-success=Build binaries and run integration test
1111
- status-success=Semantic Pull Request
1212
- label!=work-in-progress
1313
- -title~=(WIP|wip)
@@ -28,7 +28,7 @@ pull_request_rules:
2828
- label=dependencies
2929
- status-success=Build Docker image from Dockerfile
3030
- status-success=Build Docker image from Makefile target
31-
- status=success=Build binaries and run integration test
31+
- status-success=Build binaries and run integration test
3232
- status-success=Semantic Pull Request
3333
- label!=work-in-progress
3434
- -title~=(WIP|wip)

0 commit comments

Comments
 (0)