now.sh
with vercel.app
in your webhook URL.
-https://github-code-review-notifier.now.sh/github?workspace=XXX
+https://github-code-review-notifier.vercel.app/github?workspace=XXX
When requested to review pull request on GitHub or when your pull request has been approved, you will be notified on Slack immediately! And a direct link to the Pull Request will be provided in the message. For example,
-
To add
@GitHub Code Review Notifier
to your workspace, click the button below to Authorize. -
Then you could find
@GitHub Code Review Notifier
in your workspace. -
DM anything (e.g.
hi
) to it to get menu.
Click Link
in the menu to link your GitHub account to the Slack workspace. Only linked users will get notifications. So don't forget to tell your teammates about this tool.
You can click Setup GitHub projects
in the menu to get a webhook for connecting your GitHub projects.
- How to use GitHub webhook?
- The events sent to it should at least include
Pull requests
andPull request reviews
. OrSend me everything
for easier setup. - The URL is bound to the workspace. And multiple projects can share one URL in one Slack workspace.
- Notify users mentioned in new comment messages
- Notify all users in a review thread when it got reply
- Notify author about all rest messages
Need help? Draft an issue.