nikku / wuffle

A multi-repository / multi-organization task board for GitHub issues.
https://wuffle.dev
MIT License
118 stars 23 forks source link

Moving a draft PR to review column should mark it as ready for review #116

Open nikku opened 3 years ago

nikku commented 3 years ago

Is your feature request related to a problem? Please describe

Given our tight integration with GitHub flow, I'd expect draft PRs to automatically be converted to a "ready for review" PR if the user moves it to the review column. This is my intend as a user.

Describe the solution you'd like

Describe alternatives you've considered

None.

Additional context

Not working in wuffle@0.41.1.


Blocked by GitHub limitations: It is currently not possible to use the GraphQL v4 mutations convert to draft as well as mark ready for review from GitHub apps with user scope (cf. allowed user to server requests).


Will be closed via https://github.com/nikku/wuffle/pull/124 once support for the mutations from GitHub apps lands on GitHub side.