nikku / wuffle

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

Convert to draft and back again #124

Open nikku opened 2 years ago

nikku commented 2 years ago

This ensures that PRs moved back to in progress are coverted to drafts and PRs that are moved to ready for review are marked as ready.

Closes https://github.com/nikku/wuffle/issues/116.


Note that this PR does not work due to GitHub App limitations for the convertPullRequestToDraft and markPullRequestReadyForReview mutations. These are currently unavailable for GitHub apps.