Skip to content

Commit f9309f5

Browse files
Copilotpelikhan
andauthored
Merge remote-tracking branch 'origin/main' into copilot/delete-repo-memory-standard
# Conflicts: # workflows/copilot-token-audit.md Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
2 parents 05ec2e7 + 1c4dd9b commit f9309f5

5 files changed

Lines changed: 3 additions & 47 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
gh_token: ${{ secrets.GITHUB_TOKEN }}
1818

1919
- name: Compile workflows
20-
run: gh aw compile workflows/
20+
run: gh aw compile --dir workflows
2121
env:
2222
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323

@@ -30,6 +30,6 @@ jobs:
3030
gh_token: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Add workflows
33-
run: gh aw add githubnext/agentic-ops/copilot-token-audit githubnext/copilot-token-optimizer
33+
run: gh aw add githubnext/agentic-ops/copilot-token-audit githubnext/agentic-ops/copilot-token-optimizer
3434
env:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repo contains a small set of GitHub Agentic Workflows for auditing Copilot
77
To add one of these workflows to your repo, use `gh aw add <owner>/<repo>/<workflow-name>`.
88

99
```bash
10-
gh aw add githubnext/agentic-ops/copilot-token-audit githubnext/copilot-token-optimizer
10+
gh aw add githubnext/agentic-ops/copilot-token-audit githubnext/agentic-ops/copilot-token-optimizer
1111
```
1212

1313
This adds the workflow to `.github/workflows/`. For guided setup, use `gh aw add-wizard githubnext/agentic-ops/copilot-token-audit`.

workflows/copilot-token-audit.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ imports:
5454
title-prefix: "[copilot-token-audit] "
5555
- uses: shared/mcp/gh-aw.md
5656
- shared/python-dataviz.md
57-
features:
58-
copilot-requests: true
59-
source: github/gh-aw/copilot-token-audit.md@8b0bb39a2360d10d3d60f2588d76179cacb4e642
6057
---
6158

6259
{{#runtime-import? .github/shared-instructions.md}}

workflows/copilot-token-optimizer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ steps:
107107
else
108108
echo "ℹ️ No previous optimization history found."
109109
fi
110-
source: github/gh-aw/copilot-token-optimizer.md@8b0bb39a2360d10d3d60f2588d76179cacb4e642
111110
---
112111

113112
{{#runtime-import? .github/shared-instructions.md}}

workflows/shared/mcp/gh-aw.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)