We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.)
The text was updated successfully, but these errors were encountered: