Skip to content

Commit cc944aa

Browse files
Copilotpelikhan
andcommitted
Merge main branch (move setup files to /opt/gh-aw)
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 59de5c4 commit cc944aa

183 files changed

Lines changed: 6957 additions & 12305 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/patch-move-actions-to-opt-gh-aw.md

Lines changed: 6 additions & 0 deletions

.changeset/patch-move-setup-to-opt-gh-aw.md

Lines changed: 9 additions & 0 deletions

.github/workflows/agent-performance-analyzer.lock.yml

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

.github/workflows/agentics-maintenance.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ jobs:
5454
- name: Setup Scripts
5555
uses: ./actions/setup
5656
with:
57-
destination: /tmp/gh-aw/actions
57+
destination: /opt/gh-aw/actions
5858

5959
- name: Close expired discussions
6060
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
6161
with:
6262
script: |
63-
const { setupGlobals } = require('/tmp/gh-aw/actions/setup_globals.cjs');
63+
const { setupGlobals } = require('/opt/gh-aw/actions/setup_globals.cjs');
6464
setupGlobals(core, github, context, exec, io);
65-
const { main } = require('/tmp/gh-aw/actions/close_expired_discussions.cjs');
65+
const { main } = require('/opt/gh-aw/actions/close_expired_discussions.cjs');
6666
await main();
6767
6868
close-expired-issues:
@@ -80,15 +80,15 @@ jobs:
8080
- name: Setup Scripts
8181
uses: ./actions/setup
8282
with:
83-
destination: /tmp/gh-aw/actions
83+
destination: /opt/gh-aw/actions
8484

8585
- name: Close expired issues
8686
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
8787
with:
8888
script: |
89-
const { setupGlobals } = require('/tmp/gh-aw/actions/setup_globals.cjs');
89+
const { setupGlobals } = require('/opt/gh-aw/actions/setup_globals.cjs');
9090
setupGlobals(core, github, context, exec, io);
91-
const { main } = require('/tmp/gh-aw/actions/close_expired_issues.cjs');
91+
const { main } = require('/opt/gh-aw/actions/close_expired_issues.cjs');
9292
await main();
9393
9494
compile-workflows:

.github/workflows/ai-moderator.lock.yml

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

.github/workflows/archie.lock.yml

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

.github/workflows/artifacts-summary.lock.yml

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

.github/workflows/audit-workflows.lock.yml

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

.github/workflows/blog-auditor.lock.yml

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

.github/workflows/brave.lock.yml

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

0 commit comments

Comments
 (0)