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 GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 20, 2026
Maintenance Recency
Activelast commit Jun 8, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: abeyuya/actions-mention-to-slack@792272b392e942199ece4972953308eb1c4923a5 # v2.14

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

namedescriptionrequireddefault
configuration-pathPath to config-yaml-file to convert Github username to Slack member ID.yes.github/mention-to-slack.yml
slack-webhook-urlSlack Incomming Webhook URL to notify.yes
repo-tokenGithub access token to fetch .github/mention-to-slack.yml file.yes
bot-nameDisplay name for this bot on Slack.no
icon-urlDisplay icon url for this bot on Slack.no
run-idUsed for the link in the error message when an error occurs.no
typeAction 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-commentIf 'true', also notify the PR author when their PR receives a comment from a bot sender. Default 'false' (bot comments are skipped).nofalse
ignored-termsComma-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

no outputs