actions-marketplace-validations/PR Reviewer Slack Notify Action

Blow up a channel with @s when adding people to review your PR.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 26, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/mlg87_pr-reviewer-slack-notify-action@00b91a3ed6518ed4840477abe0b220c0b66def6d # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
aws-regionRegion in which the Github <=> Slack engineer mapping JSON is storedyes
aws-s3-bucketBucket in which the Github <=> Slack engineer mapping JSON object is stored in S3yes
aws-s3-object-keyName of the Github <=> Slack engineer mapping JSON object in S3yes
base-branchBranch that you will be opening PRs in to (e.g. 'staging', 'master').yes
bot-tokenOAuth token for your Slack App Bot to sign requests to Slack's API with.yes
channel-idID of the channel or conversation in Slack you would like messages posted to.yes
github-tokenPersonal access token with repository rights.yes
label-name-to-watch-forIf you would like to notify the thread of a label being applied to a PR, set this.no""
label-for-initial-notificationThe label that triggers initial Slack notifications when applied to the PR.yes
ignore-draft-prsDo not message on draft PRsnofalse
silence-on-quiet-labelDo not message if the PR has the `quiet` labelnofalse
fail-silentlyAllow action to fail silently to hide the red X of deathnofalse
verboseIf verbose is set to true, the entire PR text is posted to Slack. If false, just the title is posted.notrue

no outputs