Skip to content

Commit c0051b7

Browse files
Copilotmnkiefer
andauthored
fix: rename chart filenames to match AI credits naming
Rename token_by_workflow.png -> ai_credits_by_workflow.png and token_trend.png -> ai_credits_trend.png in both copies of the audit workflow to be consistent with the AI credits rebranding. Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
1 parent db18ddc commit c0051b7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/agentic-token-audit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ Report those two cases differently in the issue as described below so the empty-
184184

185185
Create up to two chart images in `/tmp/gh-aw/token-audit/charts/` using Python, `matplotlib`, and `seaborn` with `whitegrid` styling:
186186

187-
1. **AI credit spend by workflow** (`token_by_workflow.png`): a horizontal bar chart of the top 15 workflows by total AI credits from `audit_snapshot.json`.
188-
2. **Historical AI credit trend** (`token_trend.png`): a line chart from `rolling-summary.json`.
187+
1. **AI credit spend by workflow** (`ai_credits_by_workflow.png`): a horizontal bar chart of the top 15 workflows by total AI credits from `audit_snapshot.json`.
188+
2. **Historical AI credit trend** (`ai_credits_trend.png`): a line chart from `rolling-summary.json`.
189189

190190
Chart requirements:
191191

@@ -195,8 +195,8 @@ Chart requirements:
195195
- Save only PNG files.
196196
- If there are fewer than 2 rolling-summary points, skip the trend chart and explain why in the issue.
197197
- After generating each chart, call `upload_asset` with its file path.
198-
- In the issue template below, replace `UPLOAD_URL_WORKFLOW_PLACEHOLDER` with the URL returned for `token_by_workflow.png`.
199-
- In the issue template below, replace `UPLOAD_URL_TREND_PLACEHOLDER` with the URL returned for `token_trend.png`.
198+
- In the issue template below, replace `UPLOAD_URL_WORKFLOW_PLACEHOLDER` with the URL returned for `ai_credits_by_workflow.png`.
199+
- In the issue template below, replace `UPLOAD_URL_TREND_PLACEHOLDER` with the URL returned for `ai_credits_trend.png`.
200200
- If a chart is skipped, omit that image markdown line entirely instead of leaving a placeholder behind.
201201

202202
## Phase 4 — Publish Audit Issue

workflows/agentic-token-audit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ Report those two cases differently in the issue as described below so the empty-
184184

185185
Create up to two chart images in `/tmp/gh-aw/token-audit/charts/` using Python, `matplotlib`, and `seaborn` with `whitegrid` styling:
186186

187-
1. **AI credit spend by workflow** (`token_by_workflow.png`): a horizontal bar chart of the top 15 workflows by total AI credits from `audit_snapshot.json`.
188-
2. **Historical AI credit trend** (`token_trend.png`): a line chart from `rolling-summary.json`.
187+
1. **AI credit spend by workflow** (`ai_credits_by_workflow.png`): a horizontal bar chart of the top 15 workflows by total AI credits from `audit_snapshot.json`.
188+
2. **Historical AI credit trend** (`ai_credits_trend.png`): a line chart from `rolling-summary.json`.
189189

190190
Chart requirements:
191191

@@ -195,8 +195,8 @@ Chart requirements:
195195
- Save only PNG files.
196196
- If there are fewer than 2 rolling-summary points, skip the trend chart and explain why in the issue.
197197
- After generating each chart, call `upload_asset` with its file path.
198-
- In the issue template below, replace `UPLOAD_URL_WORKFLOW_PLACEHOLDER` with the URL returned for `token_by_workflow.png`.
199-
- In the issue template below, replace `UPLOAD_URL_TREND_PLACEHOLDER` with the URL returned for `token_trend.png`.
198+
- In the issue template below, replace `UPLOAD_URL_WORKFLOW_PLACEHOLDER` with the URL returned for `ai_credits_by_workflow.png`.
199+
- In the issue template below, replace `UPLOAD_URL_TREND_PLACEHOLDER` with the URL returned for `ai_credits_trend.png`.
200200
- If a chart is skipped, omit that image markdown line entirely instead of leaving a placeholder behind.
201201

202202
## Phase 4 — Publish Audit Issue

0 commit comments

Comments
 (0)