ofborg icon indicating copy to clipboard operation
ofborg copied to clipboard

Feature request: WIP recognition should handle Draft PRs

Open 7c6f434c opened this issue 6 years ago • 2 comments

https://github.blog/2019-02-14-introducing-draft-pull-requests/

7c6f434c avatar Feb 14 '19 21:02 7c6f434c

This is still just in testing for the API. Once this is published in hubcaps we will be able to check if the PR is a draft or not. https://developer.github.com/changes/2019-02-14-draft-pull-requests/

mmahut avatar Jul 28 '19 20:07 mmahut

Draft pull requests are not a new feature anymore and can be found in the usual API documentation: https://docs.github.com/en/rest/reference/pulls#list-pull-requests

Apparently, the just added a draft: bool key to a lot of endpoints so it shouldn't be hard to honour?

piegamesde avatar Apr 25 '21 11:04 piegamesde