Skip to content

Commit

Permalink
Merge pull request #48 from louisunlimited/master
Browse files Browse the repository at this point in the history
feat: add support for `pull_request.reopened` event
  • Loading branch information
vijaykramesh authored Sep 30, 2024
2 parents e79cf1d + ffc1a25 commit 14503c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ Toolkit.run(
tools.exit.success();
}
},
{ event: ['pull_request.opened', 'pull_request.edited', 'pull_request.synchronize', 'pull_request.ready_for_review'], secrets: ['GITHUB_TOKEN'] },
{ event: ['pull_request.opened', 'pull_request.edited', 'pull_request.reopened', 'pull_request.synchronize', 'pull_request.ready_for_review'], secrets: ['GITHUB_TOKEN'] },
);

0 comments on commit 14503c4

Please sign in to comment.