The daily Slack report shows a dollar figure that is list price, not money. Here is the real series: minutes burned, value consumed, and what GitHub actually billed.
2026-09-08 · source: GET /organizations/PropFlow-Technologies/settings/billing/usage · Jul 14 – Sep 8 · read-only
We have paid $0.00 for GitHub Actions since 2026-08-18. Every usage line since then carries a discount equal to its gross amount. Before that we were paying for real — $1,734 across Jul 14 – Aug 17.
Amber bars are days over the 12,000-minute target. The dashed red line is the target.
under targetover 12k12k target line
The grey line is what the Slack report calls "consumed" — list price. The red line is money. They tracked each other all through late July and August, then the red line hits the floor on Aug 18 (green marker) and has not come off it since.
consumed (list price)actually billedAug 18 — discount goes to 100%
| Period | Runner-minutes | Consumed | Actually billed | Paid share |
|---|---|---|---|---|
| Jul (from the 14th) | 206,414 | $1,202.22 | $901.04 | 75% |
| August | 441,987 | $2,722.00 | $832.96 | 31% |
| Sep to date | 153,092 | $1,079.79 | $0.00 | 0% |
| Total | 801,493 | $5,004.01 | $1,734.00 | 35% |
June and earlier return no usage rows from this endpoint, so the series starts 2026-07-14.
The reporter is measuring the free-tier 50,000-minute pool. That is not the pool covering us. The org is on plan: enterprise, and since Aug 18 the discount has covered 100% of every line — storage, Linux, ARM, ARM 8-core, every repo. The alert should read the netAmount the API already returns instead of simulating a pool.
Not the dollars — the minutes. September is averaging 19,136 min/day against a 10–12k target, and Sep 3 hit 42,315. The cost of that is queue latency and the risk that the discount arrangement changes, not a bill today.
| Repository | Minutes (Sep MTD) | Share |
|---|---|---|
propflowai | 140,348 | 91.7% |
propflow-docs | 5,339 | 3.5% |
agent-smith | 3,473 | 2.3% |
sales-machine | 2,455 | 1.6% |
agentflow-relay | 1,044 | 0.7% |
appfolio-browser-agent | 391 | 0.3% |
ccswitch | 42 | 0.0% |
It is one repo. propflowai is 91.7% of everything, and on Sep 7 its heaviest workflows by run count were Auto-merge on green (15), Claude Code (13), Docs-only fence (8) and CI (8) — the agent loop's own review-and-merge machinery, not product tests.
gh api "/organizations/PropFlow-Technologies/settings/billing/usage?year=2026&month=9"
The older /settings/billing/actions endpoint returns HTTP 410 — it was retired. Sum netAmount for money and grossAmount for list price; the daily report's "consumed" figure is the latter.