mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 14:50:24 +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
|
||||
conditions:
|
||||
- label!=DNM
|
||||
- '#approved-reviews-by>=2'
|
||||
- 'status-success=continuous-integration/travis-ci/pr'
|
||||
- "#approved-reviews-by>=2"
|
||||
- "status-success=continuous-integration/travis-ci/pr"
|
||||
actions:
|
||||
merge:
|
||||
method: rebase
|
||||
|
Loading…
Reference in New Issue
Block a user