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
When a draft PR is marked as ready for review, a pull_request event is emitted with the action ready_for_review.
pull_request
ready_for_review
event: pull_request content: {'action': 'ready_for_review', 'number': 21, 'pull_request': {...
For example, here, the system failed to react. It should trigger a "needs-review" response.
This may or may not be handled by #18.
The text was updated successfully, but these errors were encountered:
I think that this is nice to have...but low priority.
Sorry, something went wrong.
danuker
No branches or pull requests
When a draft PR is marked as ready for review, a
pull_request
event is emitted with the actionready_for_review
.For example, here, the system failed to react. It should trigger a "needs-review" response.
This may or may not be handled by #18.
The text was updated successfully, but these errors were encountered: