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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| The email to convert to slack user. | — | ${{ github.event.head_commit.author.email }} | |
| slack-token | The Slack API token. | — | — |
| default-username | The username to use if the email address does not match a Slack user. | — | — |
| default-member-id | The member ID to use if the email address does not match a Slack user. | — | — |
| include-at-symbol | Include @ as a prefix to the found user. | — | false |
Outputs
| name | description |
|---|---|
| username | The retrieved Slack username. |
| member-id | The retrieved Slack user's member ID. |
| found-user | Boolean indicating if a matching Slack username was found. |