Skip to content

Comment Reaction

Actions
React to a comment within a GitHub Issue or Pull Request
v2.2.1
Latest
Star (9)

Issue or Pull Request Comment Reaction

React to any comment with the GitHub Reaction types.

Usage

- name: React to comment
  uses: dkershner6/reaction-action@v2 # You can also use a specific version, e.g. v2.0.0
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    commentId: 1234 # Optional if the trigger is a comment. Use another action to find this otherwise.
    reaction: "hooray" # Optional, defaults to +1

Valid reactions (if this is incomplete, please open an issue)

const VALID_REACTIONS = [
    '+1',
    '-1',
    'laugh',
    'confused',
    'heart',
    'hooray',
    'rocket',
    'eyes',
];

Contributing

All contributions are welcome, please open an issue or pull request.

To use this repository:

  1. npm i -g pnpm (if don't have pnpm installed)
  2. pnpm i
  3. npx projen (this will ensure everything is setup correctly, and you can run this command at any time)
  4. Good to make your changes!
  5. You can run npx projen build at any time to build the project.

Comment Reaction is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

React to a comment within a GitHub Issue or Pull Request
v2.2.1
Latest

Comment Reaction is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.