actions-marketplace-validations/Github mention to Slack
Convert Github mention to Slack mention. An alternative to GitHub Scheduled reminders for orgs without it enabled or for outside collaborators.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 18, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/abeyuya_actions-mention-to-slack@2804538388dd23009a7142277b7b67b080c1b302 # no releases — HEAD as of 2026-07-21tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| configuration-path | Path to config-yaml-file to convert Github username to Slack member ID. | yes | .github/mention-to-slack.yml |
| slack-webhook-url | Slack Incomming Webhook URL to notify. | yes | — |
| repo-token | Github access token to fetch .github/mention-to-slack.yml file. | yes | — |
| bot-name | Display name for this bot on Slack. | no | — |
| icon-url | Display icon url for this bot on Slack. | no | — |
| run-id | Used for the link in the error message when an error occurs. | no | — |
| type | Action mode. 'realtime-alert' (default) sends mention/review notifications driven by GitHub webhook events. 'scheduled-reminder' posts an aggregated summary of open pull requests that have pending review requests. Leaving it empty behaves the same as 'realtime-alert'. | no | — |
| notify-bot-comment | If 'true', also notify the PR author when their PR receives a comment from a bot sender. Default 'false' (bot comments are skipped). | no | false |
| ignored-terms | Comma-separated keywords. In 'scheduled-reminder' mode, pull requests whose title contains any of these terms (case-insensitive substring match) are excluded from the reminder. | no | — |
Outputs
no outputs