
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
7 lines
180 B
YAML
7 lines
180 B
YAML
---
|
|
features:
|
|
- |
|
|
The GitHub driver now supports specifying the `draft` status of a
|
|
PR as a pipeline requirement.
|
|
See :attr:`pipeline.require.<github source>.draft`.
|