-
Notifications
You must be signed in to change notification settings - Fork 2.1k
fix!: Typo in field names in the CheckSuite struct #3444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix!: Typo in field names in the CheckSuite struct #3444
Conversation
5eb0ba3
to
0388ebe
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3444 +/- ##
=======================================
Coverage 92.26% 92.26%
=======================================
Files 174 174
Lines 15023 15023
=======================================
Hits 13861 13861
Misses 1068 1068
Partials 94 94 ☔ View full report in Codecov by Sentry. |
@gmlewis, maybe it makes sense to configure "Approval for running fork pull request workflows from contributors", so that workflows run automatically for all users who have contributed to the repo. |
Yes, thank you, @alexandear, but unfortunately, as a Xoogler, I no longer have access to that link. As a result, I attempt to be responsive when changes are made to PRs and check for malware before clicking "Approve". I understand that it is frustrating to push a commit and then watch and wait for the CI/CD tooling to run, and I apologize. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @alexandear!
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
@stevehipwell - do you have time for a code review?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you, @stevehipwell! |
BREAKING CHANGE:
Rerequstable
=>Rerequestable
,RunsRerequstable
=>RunsRerequestable
Fixes: #3443.