Skip to content

Commit d8fdc4f

Browse files
phlogistonjohnanoopcs9
authored andcommitted
github: update indents to please yamllint
Eliminate remaining yamllint warnings on the .github/mergify.yml file. Signed-off-by: John Mulligan <[email protected]>
1 parent c9499e2 commit d8fdc4f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/mergify.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@ pull_request_rules:
8282
# any changes requested.
8383
- "#changes-requested-reviews-by=0"
8484
- or:
85-
# Any contributor's PR can be automerged with 2 (or more) reviews.
86-
- "#approved-reviews-by>=2"
87-
# A maintainer's contribution that has already aged long enough to
88-
# earn the "priority-review" label can be merged immediately.
89-
# The label can also be applied manually in case of an important
90-
# bugfix, etc.
91-
- and:
92-
- "label=priority-review"
93-
- "author=@maintainers"
94-
- "#approved-reviews-by>=1"
85+
# Any contributor's PR can be automerged with 2 (or more) reviews.
86+
- "#approved-reviews-by>=2"
87+
# A maintainer's contribution that has already aged long enough to
88+
# earn the "priority-review" label can be merged immediately.
89+
# The label can also be applied manually in case of an important
90+
# bugfix, etc.
91+
- and:
92+
- "label=priority-review"
93+
- "author=@maintainers"
94+
- "#approved-reviews-by>=1"
9595
actions:
9696
queue: {}
9797
dismiss_reviews: {}

0 commit comments

Comments
 (0)