scribd/Find Slack User Action

GitHub Action that retrieves a Slack username for the author of the most recent commit (or provided email).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
emailThe email to convert to slack user.${{ github.event.head_commit.author.email }}
slack-tokenThe Slack API token.
default-usernameThe username to use if the email address does not match a Slack user.
default-member-idThe member ID to use if the email address does not match a Slack user.
include-at-symbolInclude @ as a prefix to the found user.false
namedescription
usernameThe retrieved Slack username.
member-idThe retrieved Slack user's member ID.
found-userBoolean indicating if a matching Slack username was found.