
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
481 B
481 B
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.