Skip to content

Commit 61432e3

Browse files
CopilotMossakaclaude
authored
feat: port smoke-codex workflow from gh-aw (#557)
* Initial plan * feat: port smoke-codex workflow from gh-aw repository Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * feat: port smoke-codex workflow from gh-aw Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * fix: recompile workflows with gh-aw v0.42.11 and postprocess The lock files were manually edited by Copilot instead of being generated through the proper gh-aw compile + postprocess pipeline. This caused all agent jobs to fail with TS18003 because sparse-checkout only fetched .github/.agents folders, missing src/ and package.json. Recompiled with gh-aw v0.42.11 and ran postprocess-smoke-workflows.ts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> Co-authored-by: Jiaxiao (mossaka) Zhou <duibao55328@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dda7c67 commit 61432e3

31 files changed

Lines changed: 3212 additions & 481 deletions

.github/workflows/agentics-maintenance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \
1414
# \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/
1515
#
16-
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.42.0). DO NOT EDIT.
16+
# This file was automatically generated by pkg/workflow/maintenance_workflow.go. DO NOT EDIT.
1717
#
1818
# To regenerate this workflow, run:
1919
# gh aw compile
@@ -33,7 +33,7 @@ name: Agentic Maintenance
3333

3434
on:
3535
schedule:
36-
- cron: "37 0 * * *" # Daily (based on minimum expires: 7 days)
36+
- cron: "37 */2 * * *" # Every 2 hours (based on minimum expires: 1 days)
3737
workflow_dispatch:
3838

3939
permissions: {}
@@ -47,7 +47,7 @@ jobs:
4747
pull-requests: write
4848
steps:
4949
- name: Setup Scripts
50-
uses: github/gh-aw/actions/setup@v0.42.0
50+
uses: github/gh-aw/actions/setup@v0.42.11-5-g59b2d5fe5
5151
with:
5252
destination: /opt/gh-aw/actions
5353

.github/workflows/build-test-bun.lock.yml

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

0 commit comments

Comments
 (0)