
To aid pre-checks before submission, lets make the files pass the default yamllint checks - then we can use yamllint to check new changes going forwards. Changes were: - change True to true for some bools (which also then matches the zuul gerrit driver docs) - add '---' document start lines - wrap one >80 char line using a '>' string construct Change-Id: I5c365517606b2c331e7155c56b9ebd7873244b10 Signed-off-by: Graham Whaley <graham.whaley@intel.com>
6 lines
108 B
YAML
6 lines
108 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: check-github-pr-is-wip
|
|
github_pr: "{{ zuul.change_url }}"
|