actions-marketplace-validations/PR Reviewer Slack Notify Action
Blow up a channel with @s when adding people to review your PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 26, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/mlg87_pr-reviewer-slack-notify-action@00b91a3ed6518ed4840477abe0b220c0b66def6d # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-region | Region in which the Github <=> Slack engineer mapping JSON is stored | yes | — |
| aws-s3-bucket | Bucket in which the Github <=> Slack engineer mapping JSON object is stored in S3 | yes | — |
| aws-s3-object-key | Name of the Github <=> Slack engineer mapping JSON object in S3 | yes | — |
| base-branch | Branch that you will be opening PRs in to (e.g. 'staging', 'master'). | yes | — |
| bot-token | OAuth token for your Slack App Bot to sign requests to Slack's API with. | yes | — |
| channel-id | ID of the channel or conversation in Slack you would like messages posted to. | yes | — |
| github-token | Personal access token with repository rights. | yes | — |
| label-name-to-watch-for | If you would like to notify the thread of a label being applied to a PR, set this. | no | "" |
| label-for-initial-notification | The label that triggers initial Slack notifications when applied to the PR. | yes | — |
| ignore-draft-prs | Do not message on draft PRs | no | false |
| silence-on-quiet-label | Do not message if the PR has the `quiet` label | no | false |
| fail-silently | Allow action to fail silently to hide the red X of death | no | false |
| verbose | If verbose is set to true, the entire PR text is posted to Slack. If false, just the title is posted. | no | true |
Outputs
no outputs