inbox-add-reaction
Add a reaction to a GitHub issue or pull request
Add Reaction
Add an emoji reaction to an issue or pull request.
Command
gh api --method POST /repos/{owner}/{repo}/issues/{number}/reactions -f content={reaction}
Available reactions
+1(thumbs up π)-1(thumbs down π)laugh(π)confused(π)heart(β€οΈ)hooray(π)rocket(π)eyes(π)
Replace {owner}, {repo}, {number}, and {reaction} with the appropriate values. Note: this endpoint works for both issues and pull requests (PRs are issues in GitHub's API).
Loading supporting files
microsoft/vscode-team-kit Β· MIT Β· Revision b6c13ecc74ac
Be the first to comment
Share what worked or leave a question for the creator.