actions-marketplace-validations/Pull Request Slack Notifier
Sends a message to a Slack channel when an event occurs on a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 15, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/daint2git_pull-request-slack-notifier@d8833c236ace5c24dbc37bdeacb84259bdd8e72a # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| slack-bot-token | Slack bot user OAuth token generated by Slack | no | — |
| slack-channel-id | Slack channel ID where the message will be posted | no | — |
| slack-webhook-url | Slack Incoming Webhook URL generated by Slack | no | — |
| user-mapping | Mapping between GitHub username and Slack member ID | no | — |
Outputs
no outputs