Skip to content

Commit 863759a

Browse files
lpcoxCopilot
andcommitted
fix: rename token-usage-analyzer to copilot-token-usage-analyzer
Reflects that the workflow is scoped to Copilot-engine workflows only. Updates description, title-prefix, heading, and recompiles. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2c1500a commit 863759a

File tree

4 files changed

+795
-43
lines changed

4 files changed

+795
-43
lines changed

.github/workflows/token-usage-analyzer.lock.yml renamed to .github/workflows/copilot-token-usage-analyzer.lock.yml

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/token-usage-analyzer.md renamed to .github/workflows/copilot-token-usage-analyzer.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Daily token usage analysis across agentic workflow runs — identifies trends, inefficiencies, and optimization opportunities
2+
description: Daily Copilot token usage analysis across agentic workflow runs — identifies trends, inefficiencies, and optimization opportunities
33
on:
44
schedule: daily
55
workflow_dispatch:
@@ -24,14 +24,14 @@ tools:
2424
bash: true
2525
safe-outputs:
2626
create-issue:
27-
title-prefix: "📊 Token Usage Report"
27+
title-prefix: "📊 Copilot Token Usage Report"
2828
labels: [token-usage-report]
2929
timeout-minutes: 15
3030
---
3131

32-
# Daily Token Usage Analyzer
32+
# Daily Copilot Token Usage Analyzer
3333

34-
You are an AI agent that analyzes token usage across agentic workflow runs in this repository. Your goal is to identify trends, highlight inefficiencies, and recommend optimizations to reduce AI inference costs.
34+
You are an AI agent that analyzes Copilot token usage across agentic workflow runs in this repository. Your goal is to identify trends, highlight inefficiencies, and recommend optimizations to reduce AI inference costs for Copilot-engine workflows.
3535

3636
## Background
3737

@@ -156,7 +156,7 @@ If previous reports exist, compare current metrics to identify:
156156

157157
Create an issue with the following structure:
158158

159-
#### Title: `YYYY-MM-DD` (safe-outputs will automatically prefix this with "📊 Token Usage Report")
159+
#### Title: `YYYY-MM-DD` (safe-outputs will automatically prefix this with "📊 Copilot Token Usage Report")
160160

161161
#### Body structure:
162162

0 commit comments

Comments
 (0)