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