mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
Replace '
with "
in mergify.yaml
as per the examples rules in
https://doc.mergify.io/examples.html, string are
surrounded by `""`, it better to follow same
format here also.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit ed364cf6ea
)
This commit is contained in:
parent
39d30ef77a
commit
38a64d0b84
@ -10,8 +10,8 @@ pull_request_rules:
|
|||||||
- name: automatic merge
|
- name: automatic merge
|
||||||
conditions:
|
conditions:
|
||||||
- label!=DNM
|
- label!=DNM
|
||||||
- '#approved-reviews-by>=2'
|
- "#approved-reviews-by>=2"
|
||||||
- 'status-success=continuous-integration/travis-ci/pr'
|
- "status-success=continuous-integration/travis-ci/pr"
|
||||||
actions:
|
actions:
|
||||||
merge:
|
merge:
|
||||||
method: rebase
|
method: rebase
|
||||||
|
Loading…
Reference in New Issue
Block a user