zuul-config/roles/check-github-pr-is-wip
Thierry Carrez 3aad8411ba Add Zuul job for testing GitHub WIP status
Add a kata-github-wip Zuul job that can be used to test
for presence of specific WIP PR labels or specific WIP
keywords in the PR title and block the PR accordingly.

Suppress the placeholder job that was added just to
pass initial tests.

Change-Id: I4f50c77e19f1e76bf65ebfcb9ea587e0556dda03
2019-01-31 15:37:52 +01:00
..
files Add Zuul job for testing GitHub WIP status 2019-01-31 15:37:52 +01:00
tasks Add Zuul job for testing GitHub WIP status 2019-01-31 15:37:52 +01: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.