Moving a draft PR to review column should mark it as ready for review
@nikku is already working on this.
Since Mar 13, 2022.
- Dominant language
- JavaScript
- Stars
- 133
- Forks
- 24
- Avg merge
- 5d 11h
- Merged PRs (30d)
- 5
Description
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
- Draft PRs is converted to a "ready for review" PR if the user moves it to the review column.
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.