Skip to content

Allow users to r- their own pull requests #42

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

Merged
merged 1 commit into from
Jun 1, 2019

Conversation

bryanburgers
Copy link
Contributor

Users want to be able to r- their own pull requests when they know the
change will not successfully pass, and want to unapprove before they
have time to push new code.

Users can already effectively unapprove their own pull requests via
other actions, like changing the target branch, pushing new commits, or
closing and re-opening. So allowing them to r- instead of having to
use a work-around should also be allowed.

Fixes #40

Users want to be able to `r-` their own pull requests when they know the
change will not successfully pass, and want to unapprove before they
have time to push new code.

Users can already effectively unapprove their own pull requests via
other actions, like changing the target branch, pushing new commits, or
closing and re-opening. So allowing them to `r-` instead of having to
use a work-around should also be allowed.

Fixes rust-lang#40
Copy link
Member

@pietroalbini pietroalbini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, but I'd like someone else to double check since this involves permissions.

r? @kennytm @Mark-Simulacrum

@Mark-Simulacrum
Copy link
Member

Looks good to me

@pietroalbini pietroalbini merged commit 4bea22d into rust-lang:master Jun 1, 2019
@pietroalbini
Copy link
Member

Ok then, thanks for this!

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.

can't unapprove my own PRs
3 participants