-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Breaking API ChangePR will require a bump to the major version num in next release. Look here to see the change(s).PR will require a bump to the major version num in next release. Look here to see the change(s).
Description
GitHub returns the total_paid_minutes_used value as float64 in the /orgs/{org}/settings/billing/actions endpoint.
Currently an Int is expected.
Example
curl -H "Authorization: Bearer <TOKEN>" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/orgs/{org}/settings/billing/actions{
"total_minutes_used": 1234,
"total_paid_minutes_used": 3959.0,
"included_minutes": 3000,
"minutes_used_breakdown": {
"UBUNTU": 1234,
"MACOS": 1234,
"WINDOWS": 0
}
}gmlewis
Metadata
Metadata
Assignees
Labels
Breaking API ChangePR will require a bump to the major version num in next release. Look here to see the change(s).PR will require a bump to the major version num in next release. Look here to see the change(s).