Releases: mlg87/pr-reviewer-slack-notify-action
Releases · mlg87/pr-reviewer-slack-notify-action
v4.0.10 Release
Throw fewer errors!
v4.0.9 Release
Added a check when handling commit pushes to not spam the slack thread after it's been closed out.
v4.0.8 Release
This release adds a lot of functionality to the action. It will now update the initial message thread as well as update reactions to the initial message as the state of the PR changes.
v2.0.1 Release
Return out of the action when there are no requested reviewers.
v2.0.0 Release
- Remove the DM feature for individual users in favor of posting to a channel
- Updated README with suggestions on how to use the action
- Run on
pull_request.opened
andpull_request.ready_for_review
as opposed topull_request.review_requested
- Run on
v1.0.0 Release
Made this action for my team at work, but figured others could benefit from it as well.
Essentially, all this does is notify people in Slack when they have been added as a reviewer on a PR. That's it.