Learn more about these different git repos.
Other Git URLs
For @mathstuf's Ghostflow system, one of the needs from Pagure's API was a way to get and set reactions to comments in issues and PRs.
This was brought up in https://pagure.io/ironthree/pagure-rs/issue/2
PR reactions are less necessary (we just use them to scrape Acked-by trailers from +1 folks to place into the merge commit message). Comment reactions are the way we detect "this comment was handled".
Acked-by
Side note: They are returned when querying PR information (attached to each comment), but I see no API to set them.
Log in to comment on this ticket.