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>
This commit is contained in:
parent
136d81b736
commit
ed364cf6ea
@ -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