summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2022-10-10 10:53:14 -0700
committerJames E. Blair <jim@acmegating.com>2022-10-10 10:54:33 -0700
commit7aba198bedcf2080f26e2498f834002971175c33 (patch)
tree9586c69102e0a0022d2c4a4a5f14bc227d90ffcf /releasenotes
parent51aeec13e682e2341d6c65379ef558bcb4d62ee0 (diff)
downloadzuul-7aba198bedcf2080f26e2498f834002971175c33.tar.gz
Add "draft" github pipeline requirement
This adds the "draft" PR status as a pipeline requirement to the GitHub driver. It is already used implicitly in dependent pipelines, but this will allow it to be added explicitly to other pipelines (for example, check). This also fixes some minor copy/pasta errors in debug messages related to github pipeline requirements. Change-Id: I05f8f61aee251af24c1479274904b429baedb29d
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/github-draft-requirement-29b4f44229bb1af1.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/github-draft-requirement-29b4f44229bb1af1.yaml b/releasenotes/notes/github-draft-requirement-29b4f44229bb1af1.yaml
new file mode 100644
index 000000000..1e3493080
--- /dev/null
+++ b/releasenotes/notes/github-draft-requirement-29b4f44229bb1af1.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ The GitHub driver now supports specifying the `draft` status of a
+ PR as a pipeline requirement.
+ See :attr:`pipeline.require.<github source>.draft`.