Skip to content

Commit ed6bf12

Browse files
phlogistonjohnanoopcs9
authored andcommitted
github: fix indentation in mergify config yaml
The rule is supposed to be merge if two reviews OR if "change posted by a maintainer with one review after two weeks". It was accidentally requiring the latter for all PRs. Signed-off-by: John Mulligan <[email protected]>
1 parent 24ce3d2 commit ed6bf12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/mergify.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ pull_request_rules:
6262
- "#approved-reviews-by>=2"
6363
# A maintainer's contribution only needs 1 review BUT we give a grace
6464
# period over just two weeks for a 2nd reviewer to hopefully appear.
65-
- and:
66-
- "updated-at<15 days ago"
67-
- "author=@maintainers"
68-
- "#approved-reviews-by>=1"
65+
- and:
66+
- "updated-at<15 days ago"
67+
- "author=@maintainers"
68+
- "#approved-reviews-by>=1"
6969
actions:
7070
queue: {}
7171
dismiss_reviews: {}

0 commit comments

Comments
 (0)