create_merge_request_emoji_reaction
Add an emoji reaction to a merge request using its project ID and merge request IID. Specify the emoji name (e.g., 'thumbsup') to react.
Instructions
Add an emoji reaction to a merge request (e.g. thumbsup, rocket, eyes)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the emoji without colons (e.g. 'thumbsup', 'rocket', 'eyes') | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | Yes | The IID of a merge request |