zuul-config/roles/check-github-pr-is-wip
Graham Whaley 30453b1638 yamllint: make files compliant
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>
2019-02-27 19:13:42 +00:00
..
files Accept api.github.com URLs as well 2019-02-11 16:06:48 +01:00
tasks yamllint: make files compliant 2019-02-27 19:13:42 +00:00
README.rst Add Zuul job for testing GitHub WIP status 2019-01-31 15:37:52 +01:00

README.rst

Fail if any WIP labels are attached to a given GitHub PR, or if any WIP keywords are included in a given GitHub PR title.

Role Variables

URL for the GitHub PR to check. Should be something like: https://github.com/kata-containers/runtime/pull/1112

Space-separated label names to consider as WIP labels.

Space-separated keywords to consider as WIP keywords in PR titles.