github-slack-emoji-reaction
Version updated for https://github.com/quad/github-slack-emoji-reaction to version v2.0.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The github-slack-emoji-reaction GitHub Action automates the process of reacting to Slack messages that link to pull requests by adding emoji that reflect the PR’s current state (e.g., approved, merged, or closed). It helps streamline communication and status tracking by providing visual indicators in Slack for pull request updates. Key capabilities include customizable emoji reactions, compatibility with GitHub and Slack integration, and handling various PR events such as approvals, comments, merges, and closures.
What’s Changed
- Don’t react
commentedwhen the only review is from the PR author. - Fix GHA cache v2 success detection (proto3 JSON omits
ok: true, which silently broke saves and restores).