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

Only let a PR's owner, or the repo's owner, add it #17

Open
davearonson opened this issue Apr 29, 2013 · 0 comments
Open

Only let a PR's owner, or the repo's owner, add it #17

davearonson opened this issue Apr 29, 2013 · 0 comments

Comments

@davearonson
Copy link
Owner

As a coder,
I want to decide when to ask for a review,
So I don't get pestered with uninvited critiques.

Given that I didn't write some PR,
And I don't own the repo it's for,
When I submit it,
Then it should be rejected, with a message to that effect.

Given that I didn't write some PR,
And I do own the repo it's for,
When I submit it,
Then it should be accepted.

Given that I wrote some PR,
And I do not own the repo it's for,
When I submit it,
Then it should be accepted.

(E.g., Alice writes a PR for Bob's repo; Alice or Bob can submit it, but Charlie can't.)

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

No branches or pull requests

1 participant