diff options
Diffstat (limited to 'doc/source/drivers/github.rst')
-rw-r--r-- | doc/source/drivers/github.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/drivers/github.rst b/doc/source/drivers/github.rst index 9ca7a1f38..9e2763d49 100644 --- a/doc/source/drivers/github.rst +++ b/doc/source/drivers/github.rst @@ -551,6 +551,12 @@ enqueued into the pipeline. .. TODO: this could probably be expanded upon -- under what circumstances might this happen with github + .. attr:: draft + + A boolean value (``true`` or ``false``) that indicates whether + or not the change must be marked as a draft in GitHub in order + to be enqueued. + .. attr:: status A string value that corresponds with the status of the pull |