jjtg/Slack Mention
Provides a slack mention tag based on the input email address
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 12, 2024
- License
- None
Pinned Snippet
uses: jjtg/slack-mention@654749a60f8128342e34502de3ac0160c2c29346 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| slack-token | The slack application token. (Must have `users:read` & `users:read.email` permissions. | yes | — |
| The email of the slack user you want to get a mention tag for | yes | — | |
| default | The value to default should the email not exist in the slack workspace | no | ${{ github.pusher.email }} |
Outputs
| name | description |
|---|---|
| slack-mention-tag | The slack mention or default value |
| slack-user-id | The raw slack user ID value (defaults to null) |