
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>
4 lines
150 B
YAML
4 lines
150 B
YAML
---
|
|
- name: Check for WIP labels or WIP title keywords on a GitHub PR
|
|
script: github_wip.py {{ github_pr }} '{{ wip_keywords }}' '{{ wip_labels }}'
|