Skip to content

Commit 1476030

Browse files
Copilotmnkiefer
andauthored
docs: keep README and branch agent-agnostic
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
1 parent dd5dbc0 commit 1476030

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/agentics-maintenance.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
await main();
175175
176176
- name: Install gh-aw
177-
uses: github/gh-aw-actions/setup-cli@v0.72.1
177+
uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # v0.72.1
178178
with:
179179
version: v0.72.1
180180

@@ -309,7 +309,7 @@ jobs:
309309
await main();
310310
311311
- name: Install gh-aw
312-
uses: github/gh-aw-actions/setup-cli@v0.72.1
312+
uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # v0.72.1
313313
with:
314314
version: v0.72.1
315315

@@ -355,7 +355,7 @@ jobs:
355355
await main();
356356
357357
- name: Install gh-aw
358-
uses: github/gh-aw-actions/setup-cli@v0.72.1
358+
uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # v0.72.1
359359
with:
360360
version: v0.72.1
361361

@@ -489,7 +489,7 @@ jobs:
489489
await main();
490490
491491
- name: Install gh-aw
492-
uses: github/gh-aw-actions/setup-cli@v0.72.1
492+
uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # v0.72.1
493493
with:
494494
version: v0.72.1
495495

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Included workflows:
3838

3939
| Workflow | What it does |
4040
| ----- | --- |
41-
| [`Daily Copilot Token Usage Audit`](https://github.com/githubnext/agentic-ops/blob/main/workflows/copilot-token-audit.md?plain=1) | Collects recent workflow token usage, stores historical snapshots, and publishes a daily audit summary. |
42-
| [`Copilot Token Usage Optimizer`](https://github.com/githubnext/agentic-ops/blob/main/workflows/copilot-token-optimizer.md?plain=1) | Analyzes high-token workflows and recommends conservative efficiency improvements backed by recent run data. |
41+
| [`Daily Token Usage Audit`](https://github.com/githubnext/agentic-ops/blob/main/workflows/copilot-token-audit.md?plain=1) | Collects recent workflow token usage, stores historical snapshots, and publishes a daily audit summary. |
42+
| [`Token Usage Optimizer`](https://github.com/githubnext/agentic-ops/blob/main/workflows/copilot-token-optimizer.md?plain=1) | Analyzes high-token workflows and recommends conservative efficiency improvements backed by recent run data. |
4343

4444
Release history lives in [CHANGELOG.md](CHANGELOG.md).
4545

0 commit comments

Comments
 (0)