zuul-config/roles/check-github-pr-is-wip/tasks/main.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 }}'