You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: .github/workflows/agentic-token-audit.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,8 +184,8 @@ Report those two cases differently in the issue as described below so the empty-
184
184
185
185
Create up to two chart images in `/tmp/gh-aw/token-audit/charts/` using Python, `matplotlib`, and `seaborn` with `whitegrid` styling:
186
186
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`.
189
189
190
190
Chart requirements:
191
191
@@ -195,8 +195,8 @@ Chart requirements:
195
195
- Save only PNG files.
196
196
- If there are fewer than 2 rolling-summary points, skip the trend chart and explain why in the issue.
197
197
- 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`.
200
200
- If a chart is skipped, omit that image markdown line entirely instead of leaving a placeholder behind.
Copy file name to clipboardExpand all lines: workflows/agentic-token-audit.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,8 +184,8 @@ Report those two cases differently in the issue as described below so the empty-
184
184
185
185
Create up to two chart images in `/tmp/gh-aw/token-audit/charts/` using Python, `matplotlib`, and `seaborn` with `whitegrid` styling:
186
186
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`.
189
189
190
190
Chart requirements:
191
191
@@ -195,8 +195,8 @@ Chart requirements:
195
195
- Save only PNG files.
196
196
- If there are fewer than 2 rolling-summary points, skip the trend chart and explain why in the issue.
197
197
- 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`.
200
200
- If a chart is skipped, omit that image markdown line entirely instead of leaving a placeholder behind.
0 commit comments