You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A GitHub Action that adds an 👀 reaction to the current issue, pull request or comment.
Usage
You can add this action in any of your workflows to quickly
add a eyes reaction to issues or pull requests when they are opened, reopened, or edited. It's an immediate user feedback.
Support issues, pull_request, pull_request_target, issue_comment, and pull_request_review_comment events.
If you already have existing steps in your workflow,
it is recommended to keep the add-reaction job separate
so that it executes instantly rather than waiting
for containers to be built.
Inputs
Name
Description
Required
Default
token
GitHub token used to add reactions
Yes
${{ github.token }}
reaction
Type of reaction to add
No
eyes
Available Reaction Types
+1 (👍)
-1 (👎)
laugh (😄)
confused (😕)
heart (❤️)
hooray (🎉)
rocket (🚀)
eyes (👀)
License
This project is licensed under the terms of the license included in this repository.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
About
Adds the eyes reaction to an issue or pull request.