Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add pr draft command to send a ready PR back to draft #452

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

metalelf0
Copy link
Contributor

@metalelf0 metalelf0 commented Nov 8, 2023

Describe what this PR does / why we need it

This PR adds an Octo pr draft command to send a "ready for review" PR back to draft status.

Does this pull request fix one issue?

Fixes #451 .

Describe how you did it

I copied the pr ready command related code, and added the --undo switch as specified in the gh documentation.

Describe how to verify it

Open a PR with Octo pr open, and issue Octo pr draft. It will be sent back to draft.

Special notes for reviews

@pwntester pwntester merged commit 2e4cdb6 into pwntester:master Nov 9, 2023
2 checks passed
@pwntester
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

There's no command to send an "open for review" PR back to draft status
2 participants