abeyuya/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
- Scorecard 2–4scored Jul 20, 2026
- Maintenance Recency
- Activelast commit Jun 8, 2026
- License
- MIT
Pinned Snippet
uses: abeyuya/actions-mention-to-slack@792272b392e942199ece4972953308eb1c4923a5 # v2.14tags 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