quad/github-slack-emoji-reaction
React on Slack messages linking to a GitHub PR with PR-status emoji.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| slack-token | Slack bot token (xoxb-…) with channels:read, groups:read, channels:history, groups:history, reactions:read, reactions:write. | yes | — |
| github-token | GitHub token for reading PR state; defaults to the workflow's GITHUB_TOKEN. Needs pull-requests:read. | no | ${{ github.token }} |
| emoji-approved | Emoji name (no colons) for approved reviews; empty to disable. | no | white_check_mark |
| emoji-changes-requested | Emoji for changes-requested reviews; empty to disable. | no | warning |
| emoji-commented | Emoji for comment-only reviews; empty to disable. | no | speech_balloon |
| emoji-merged | Emoji for merged PRs; empty to disable. | no | rocket |
| emoji-closed | Emoji for closed-without-merge PRs; empty to disable. | no | x |
Outputs
no outputs