Uh oh!
There was an error while loading. Please reload this page.
chore!: Remove ActionsBilling endpoints for User and Organization - #3701
Conversation
Actions is now supported in enhanced billing only convert struct fields to pass by value from pointers for easier processing
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
gmlewis
commented
Aug 27, 2025
Just FYI - I lost write access to this repo and this may cause unexpected delays for which I apologize. |
gmlewis
left a comment
There was a problem hiding this comment.
@Manas23601 - I'm confused as to why this:
https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-an-organization
does not mention that the endpoint is no longer supported?
Can you please point to any official documentation that indicates that we should remove these methods/endpoints?
Manas23601
commented
Sep 21, 2025
I'm not able to do that for you. The API call redirects you to the enhanced billing platform API page. The API only returns GiTHub Actions cost. |
gmlewis
commented
Sep 21, 2025
OK, thanks. Are you running this against an Enterprise version of GitHub, or the publicly-hosted service? |
Manas23601
commented
Sep 21, 2025
It is the public version, I tested it on a organisation Ii created.Also, I haven't tried this on an enterprise version. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## master #3701 +/- ##
==========================================
- Coverage 91.12% 91.11% -0.02%
==========================================
Files 187 187 Lines 16640 16616 -24 ==========================================
- Hits 15164 15140 -24
Misses 1291 1291 Partials 185 185 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @Manas23601!
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
@stevehipwell and/or @alexandear, might you have time for a code review? Thank you!
alexandear
left a comment
There was a problem hiding this comment.
Please update PR's description by removing "convert struct fields to pass by value from pointers for easier processing".
gmlewis
commented
Sep 25, 2025
Thank you, @alexandear! Done. |
Uh oh!
There was an error while loading. Please reload this page.
Manas23601
commented
Sep 25, 2025
Thank you @gmlewis |
BREAKING CHANGE:
ActionsBillingendpoints are removed.Fixes: #3700.