ofborg
ofborg copied to clipboard
Feature request: WIP recognition should handle Draft PRs
https://github.blog/2019-02-14-introducing-draft-pull-requests/
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/
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?