[feat] Add Rocket & Eyes reactions to ReactionSummary#2847
Merged
nickfloyd merged 3 commits intooctokit:mainfrom Jan 16, 2024
Misha-133:feat/reaction-summary-eyes-rocket
Merged
[feat] Add Rocket & Eyes reactions to ReactionSummary#2847nickfloyd merged 3 commits intooctokit:mainfrom Misha-133:feat/reaction-summary-eyes-rocket
ReactionSummary#2847nickfloyd merged 3 commits intooctokit:mainfrom
Misha-133:feat/reaction-summary-eyes-rocket
Conversation
nickfloyd
approved these changes
Jan 16, 2024
Contributor
nickfloyd
left a comment
There was a problem hiding this comment.
Hey @Misha-133 thanks for the contributions here! ❤️
Lulalaby
referenced
this pull request
in Fortunevale/ProjectMakoto
Jan 25, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Octokit](https://togithub.com/octokit/octokit.net) | `9.1.0` -> `9.1.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>octokit/octokit.net (Octokit)</summary> ### [`v9.1.1`](https://togithub.com/octokit/octokit.net/releases/tag/v9.1.1) #### What's Changed ##### Features - \[feat] Add Rocket & Eyes reactions to `ReactionSummary` by [@​Misha-133](https://togithub.com/Misha-133) in [https://github.com/octokit/octokit.net/pull/2847](https://togithub.com/octokit/octokit.net/pull/2847) ##### Fixes - Fixes PushId datatype to not overflow (fix user activity exception) by [@​mitchcapper](https://togithub.com/mitchcapper) in [https://github.com/octokit/octokit.net/pull/2844](https://togithub.com/octokit/octokit.net/pull/2844) - Fix namespaces for Artifacts models by [@​thomhurst](https://togithub.com/thomhurst) in [https://github.com/octokit/octokit.net/pull/2862](https://togithub.com/octokit/octokit.net/pull/2862) ##### Maintenance - build(deps): bump xunit from 2.6.4 to 2.6.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2853](https://togithub.com/octokit/octokit.net/pull/2853) ##### Documentation - \[DOCS]: Removed the Related Projects Section from the `README` by [@​wesdevpro](https://togithub.com/wesdevpro) in [https://github.com/octokit/octokit.net/pull/2860](https://togithub.com/octokit/octokit.net/pull/2860) #### New Contributors - [@​Misha-133](https://togithub.com/Misha-133) made their first contribution in [https://github.com/octokit/octokit.net/pull/2847](https://togithub.com/octokit/octokit.net/pull/2847) - [@​mitchcapper](https://togithub.com/mitchcapper) made their first contribution in [https://github.com/octokit/octokit.net/pull/2844](https://togithub.com/octokit/octokit.net/pull/2844) - [@​wesdevpro](https://togithub.com/wesdevpro) made their first contribution in [https://github.com/octokit/octokit.net/pull/2860](https://togithub.com/octokit/octokit.net/pull/2860) **Full Changelog**: octokit/octokit.net@v9.1.0...v9.1.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Fortunevale/ProjectMakoto). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2In0=-->
This was referenced Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #2838
Before the change?
It wasn't possible to get the count of eyes or rocket reactions from
ReactionSummary*
After the change?
ReactionSummarynow hasEyes&Rocketproperties*
Pull request checklist