Skip to content

Using a issue_comment trigger re-run of checks. #1661

Answered by mckaymatt
mckaymatt asked this question in Q&A
Discussion options

You must be logged in to vote

I just realized that adding 'pull_request.reopened' as a trigger would probably be an easy way to deal with this. A developer could close a PR than reopen it to re-run tests.
I could even possibly add a probot-command to do it automatically if someone entered a command like /retest

app.on(['pull_request.opened', 'pull_request.synchronize', 'pull_request.reopened'], async context => {

Hopefully someone else finds this rubberduck session helpful.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mckaymatt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant