-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Remove BillingActions for User and Organisation #3701
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
base: master
Are you sure you want to change the base?
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. |
Just FYI - I lost write access to this repo and this may cause unexpected delays for which 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.
@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?
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. |
OK, thanks. Are you running this against an Enterprise version of GitHub, or the publicly-hosted service? |
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:
|
#3700