Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c0fb985
Initial plan
Copilot Jan 7, 2026
67d0e28
Update paths from /tmp/gh-aw to /opt/gh-aw for readonly script access
Copilot Jan 7, 2026
d796653
Update test files to use /opt/gh-aw paths
Copilot Jan 7, 2026
5260a47
Fix remaining test path references to use /opt/gh-aw
Copilot Jan 7, 2026
b07b977
Mount /opt/gh-aw as readonly in AWF firewall container
Copilot Jan 7, 2026
cea73fe
Remove test files
Copilot Jan 7, 2026
38ced7f
Merge branch 'main' of https://github.com/githubnext/gh-aw into copil…
Copilot Jan 7, 2026
1985d22
Merge main and recompile all workflows
Copilot Jan 7, 2026
ef381b8
Merge remote-tracking branch 'origin/main' into copilot/update-setup-…
pelikhan Jan 7, 2026
1a22d49
Update /tmp/gh-aw/prompts references to /opt/gh-aw/prompts
Copilot Jan 7, 2026
81ac5fa
Add changeset [skip-ci]
github-actions[bot] Jan 7, 2026
a01aa99
Fix safe-outputs to write to /tmp/gh-aw/safeoutputs/outputs.jsonl
Copilot Jan 7, 2026
55e67dd
Fix start_safe_inputs_server.sh to use /opt/gh-aw/safe-inputs
Copilot Jan 7, 2026
50e46f8
Fix artifact download paths to use /tmp/gh-aw/safeoutputs
Copilot Jan 7, 2026
3ebd998
Merge remote-tracking branch 'origin/main' into copilot/update-setup-…
pelikhan Jan 7, 2026
162c69c
Add changeset for PR #9270: move setup files to /opt/gh-aw [skip-ci]
github-actions[bot] Jan 7, 2026
cbd0023
Merge branch 'main' into copilot/update-setup-script-location
pelikhan Jan 8, 2026
ccfd13b
Run format, lint, and recompile
Copilot Jan 8, 2026
dd48858
Merge remote-tracking branch 'origin/main' into copilot/update-setup-…
Copilot Jan 8, 2026
2518a52
Merge main and recompile workflows
Copilot Jan 8, 2026
9bc6ab0
Merge remote-tracking branch 'origin/main' into copilot/update-setup-…
Copilot Jan 8, 2026
3553982
Merge main and recompile workflows
Copilot Jan 8, 2026
f4aa127
Add changeset [skip-ci]
github-actions[bot] Jan 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/patch-move-actions-to-opt-gh-aw.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .changeset/patch-move-setup-to-opt-gh-aw.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

113 changes: 57 additions & 56 deletions .github/workflows/agent-performance-analyzer.lock.yml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .github/workflows/agentics-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
- name: Setup Scripts
uses: ./actions/setup
with:
destination: /tmp/gh-aw/actions
destination: /opt/gh-aw/actions

- name: Close expired discussions
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
script: |
const { setupGlobals } = require('/tmp/gh-aw/actions/setup_globals.cjs');
const { setupGlobals } = require('/opt/gh-aw/actions/setup_globals.cjs');
setupGlobals(core, github, context, exec, io);
const { main } = require('/tmp/gh-aw/actions/close_expired_discussions.cjs');
const { main } = require('/opt/gh-aw/actions/close_expired_discussions.cjs');
await main();

close-expired-issues:
Expand All @@ -80,15 +80,15 @@ jobs:
- name: Setup Scripts
uses: ./actions/setup
with:
destination: /tmp/gh-aw/actions
destination: /opt/gh-aw/actions

- name: Close expired issues
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
script: |
const { setupGlobals } = require('/tmp/gh-aw/actions/setup_globals.cjs');
const { setupGlobals } = require('/opt/gh-aw/actions/setup_globals.cjs');
setupGlobals(core, github, context, exec, io);
const { main } = require('/tmp/gh-aw/actions/close_expired_issues.cjs');
const { main } = require('/opt/gh-aw/actions/close_expired_issues.cjs');
await main();

compile-workflows:
Expand Down
105 changes: 53 additions & 52 deletions .github/workflows/ai-moderator.lock.yml

Large diffs are not rendered by default.

121 changes: 61 additions & 60 deletions .github/workflows/archie.lock.yml

Large diffs are not rendered by default.

101 changes: 51 additions & 50 deletions .github/workflows/artifacts-summary.lock.yml

Large diffs are not rendered by default.

125 changes: 63 additions & 62 deletions .github/workflows/audit-workflows.lock.yml

Large diffs are not rendered by default.

103 changes: 52 additions & 51 deletions .github/workflows/blog-auditor.lock.yml

Large diffs are not rendered by default.

121 changes: 61 additions & 60 deletions .github/workflows/brave.lock.yml

Large diffs are not rendered by default.

111 changes: 56 additions & 55 deletions .github/workflows/breaking-change-checker.lock.yml

Large diffs are not rendered by default.

127 changes: 64 additions & 63 deletions .github/workflows/campaign-generator.lock.yml

Large diffs are not rendered by default.

113 changes: 57 additions & 56 deletions .github/workflows/changeset.lock.yml

Large diffs are not rendered by default.

107 changes: 54 additions & 53 deletions .github/workflows/ci-coach.lock.yml

Large diffs are not rendered by default.

115 changes: 58 additions & 57 deletions .github/workflows/ci-doctor.lock.yml

Large diffs are not rendered by default.

101 changes: 51 additions & 50 deletions .github/workflows/cli-consistency-checker.lock.yml

Large diffs are not rendered by default.

105 changes: 53 additions & 52 deletions .github/workflows/cli-version-checker.lock.yml

Large diffs are not rendered by default.

127 changes: 64 additions & 63 deletions .github/workflows/cloclo.lock.yml

Large diffs are not rendered by default.

101 changes: 51 additions & 50 deletions .github/workflows/commit-changes-analyzer.lock.yml

Large diffs are not rendered by default.

115 changes: 58 additions & 57 deletions .github/workflows/copilot-agent-analysis.lock.yml

Large diffs are not rendered by default.

117 changes: 59 additions & 58 deletions .github/workflows/copilot-pr-merged-report.lock.yml

Large diffs are not rendered by default.

127 changes: 64 additions & 63 deletions .github/workflows/copilot-pr-nlp-analysis.lock.yml

Large diffs are not rendered by default.

113 changes: 57 additions & 56 deletions .github/workflows/copilot-pr-prompt-analysis.lock.yml

Large diffs are not rendered by default.

127 changes: 64 additions & 63 deletions .github/workflows/copilot-session-insights.lock.yml

Large diffs are not rendered by default.

121 changes: 61 additions & 60 deletions .github/workflows/craft.lock.yml

Large diffs are not rendered by default.

99 changes: 50 additions & 49 deletions .github/workflows/daily-assign-issue-to-user.lock.yml

Large diffs are not rendered by default.

99 changes: 50 additions & 49 deletions .github/workflows/daily-choice-test.lock.yml

Large diffs are not rendered by default.

111 changes: 56 additions & 55 deletions .github/workflows/daily-cli-performance.lock.yml

Large diffs are not rendered by default.

123 changes: 62 additions & 61 deletions .github/workflows/daily-code-metrics.lock.yml

Large diffs are not rendered by default.

127 changes: 64 additions & 63 deletions .github/workflows/daily-copilot-token-report.lock.yml

Large diffs are not rendered by default.

105 changes: 53 additions & 52 deletions .github/workflows/daily-doc-updater.lock.yml

Large diffs are not rendered by default.

101 changes: 51 additions & 50 deletions .github/workflows/daily-fact.lock.yml

Large diffs are not rendered by default.

111 changes: 56 additions & 55 deletions .github/workflows/daily-file-diet.lock.yml

Large diffs are not rendered by default.

123 changes: 62 additions & 61 deletions .github/workflows/daily-firewall-report.lock.yml

Large diffs are not rendered by default.

125 changes: 63 additions & 62 deletions .github/workflows/daily-issues-report.lock.yml

Large diffs are not rendered by default.

89 changes: 45 additions & 44 deletions .github/workflows/daily-malicious-code-scan.lock.yml

Large diffs are not rendered by default.

115 changes: 58 additions & 57 deletions .github/workflows/daily-multi-device-docs-tester.lock.yml

Large diffs are not rendered by default.

123 changes: 62 additions & 61 deletions .github/workflows/daily-news.lock.yml

Large diffs are not rendered by default.

147 changes: 74 additions & 73 deletions .github/workflows/daily-performance-summary.lock.yml

Large diffs are not rendered by default.

119 changes: 60 additions & 59 deletions .github/workflows/daily-repo-chronicle.lock.yml

Large diffs are not rendered by default.

101 changes: 51 additions & 50 deletions .github/workflows/daily-secrets-analysis.lock.yml

Large diffs are not rendered by default.

105 changes: 53 additions & 52 deletions .github/workflows/daily-team-status.lock.yml

Large diffs are not rendered by default.

99 changes: 50 additions & 49 deletions .github/workflows/daily-workflow-updater.lock.yml

Large diffs are not rendered by default.

123 changes: 62 additions & 61 deletions .github/workflows/deep-report.lock.yml

Large diffs are not rendered by default.

101 changes: 51 additions & 50 deletions .github/workflows/dependabot-go-checker.lock.yml

Large diffs are not rendered by default.

107 changes: 54 additions & 53 deletions .github/workflows/dev-hawk.lock.yml

Large diffs are not rendered by default.

99 changes: 50 additions & 49 deletions .github/workflows/dev.lock.yml

Large diffs are not rendered by default.

107 changes: 54 additions & 53 deletions .github/workflows/developer-docs-consolidator.lock.yml

Large diffs are not rendered by default.

99 changes: 50 additions & 49 deletions .github/workflows/dictation-prompt.lock.yml

Large diffs are not rendered by default.

115 changes: 58 additions & 57 deletions .github/workflows/docs-noob-tester.lock.yml

Large diffs are not rendered by default.

111 changes: 56 additions & 55 deletions .github/workflows/docs-quality-maintenance-project67.campaign.lock.yml

Large diffs are not rendered by default.

101 changes: 51 additions & 50 deletions .github/workflows/duplicate-code-detector.lock.yml

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions .github/workflows/example-custom-error-patterns.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading