3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-09 10:35:36 +00:00

Upgrade agentic workflows to gh-aw v0.36.0 (#8122)

* Initial plan

* Upgrade agentic workflows to gh-aw v0.36.0

- Applied automatic codemods (timeout_minutes → timeout-minutes, command → slash_command)
- Fixed pr-fix.md: push-to-pr-branch → push-to-pull-request-branch
- Updated include paths from agentics/shared/ to shared/
- Migrated @include syntax to {{#import}} syntax
- Moved shared workflow files to standard .github/workflows/shared/ location
- Ran gh aw init to refresh agent files and instructions
- All 8 workflows compile successfully

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
Copilot 2026-01-08 11:50:35 -08:00 committed by GitHub
parent c107ba22b3
commit 8e59c4938a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 6392 additions and 18395 deletions

View file

@ -6,7 +6,7 @@ on:
- cron: "0 2 * * 1-5"
stop-after: +48h # workflow will no longer trigger after 48 hours
timeout_minutes: 30
timeout-minutes: 30
permissions: read-all
@ -151,19 +151,18 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
6. At the end of your work, add a very, very brief comment (at most two-sentences) to the issue from step 1a, saying you have worked on the particular goal, linking to any pull request you created, and indicating whether you made any progress or not.
@include agentics/shared/no-push-to-main.md
{{#import shared/no-push-to-main.md}}
@include agentics/shared/tool-refused.md
{{#import shared/tool-refused.md}}
@include agentics/shared/include-link.md
{{#import shared/include-link.md}}
@include agentics/shared/xpia.md
{{#import shared/xpia.md}}
@include agentics/shared/gh-extra-pr-tools.md
{{#import shared/gh-extra-pr-tools.md}}
<!-- You can whitelist tools in .github/workflows/build-tools.md file -->
@include? agentics/build-tools.md
{{#import? agentics/build-tools.md}}
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-test-improver.config.md -->
@include? agentics/daily-test-improver.config.md
{{#import? agentics/daily-test-improver.config.md}}