mirror of
https://github.com/Z3Prover/z3
synced 2026-06-29 11:58:51 +00:00
updates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f487af3071
commit
ba1a05ec76
3 changed files with 33 additions and 28 deletions
5
.github/mcp.json
vendored
5
.github/mcp.json
vendored
|
|
@ -5,7 +5,10 @@
|
||||||
"args": [
|
"args": [
|
||||||
"aw",
|
"aw",
|
||||||
"mcp-server"
|
"mcp-server"
|
||||||
]
|
],
|
||||||
|
"env": {
|
||||||
|
"GH_AW_DISABLE_UPDATE_CHECKS": "true"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
1
.github/skills/agentic-workflows/SKILL.md
vendored
1
.github/skills/agentic-workflows/SKILL.md
vendored
|
|
@ -32,6 +32,7 @@ Load these files from `github/gh-aw` (they are not available locally).
|
||||||
- `.github/aw/memory.md`
|
- `.github/aw/memory.md`
|
||||||
- `.github/aw/messages.md`
|
- `.github/aw/messages.md`
|
||||||
- `.github/aw/network.md`
|
- `.github/aw/network.md`
|
||||||
|
- `.github/aw/optimize-agentic-workflow.md`
|
||||||
- `.github/aw/patterns.md`
|
- `.github/aw/patterns.md`
|
||||||
- `.github/aw/pr-reviewer.md`
|
- `.github/aw/pr-reviewer.md`
|
||||||
- `.github/aw/report.md`
|
- `.github/aw/report.md`
|
||||||
|
|
|
||||||
55
.github/workflows/agentics-maintenance.yml
vendored
55
.github/workflows/agentics-maintenance.yml
vendored
|
|
@ -1,3 +1,5 @@
|
||||||
|
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.79.8). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
|
||||||
|
#
|
||||||
# ___ _ _
|
# ___ _ _
|
||||||
# / _ \ | | (_)
|
# / _ \ | | (_)
|
||||||
# | |_| | __ _ ___ _ __ | |_ _ ___
|
# | |_| | __ _ ___ _ __ | |_ _ ___
|
||||||
|
|
@ -12,7 +14,6 @@
|
||||||
# \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \
|
# \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \
|
||||||
# \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/
|
# \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/
|
||||||
#
|
#
|
||||||
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.79.6). DO NOT EDIT.
|
|
||||||
#
|
#
|
||||||
# To regenerate this workflow, run:
|
# To regenerate this workflow, run:
|
||||||
# gh aw compile
|
# gh aw compile
|
||||||
|
|
@ -93,7 +94,7 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Scripts
|
- name: Setup Scripts
|
||||||
uses: github/gh-aw-actions/setup@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
destination: ${{ runner.temp }}/gh-aw/actions
|
destination: ${{ runner.temp }}/gh-aw/actions
|
||||||
|
|
||||||
|
|
@ -131,7 +132,7 @@ jobs:
|
||||||
actions: write
|
actions: write
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Scripts
|
- name: Setup Scripts
|
||||||
uses: github/gh-aw-actions/setup@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
destination: ${{ runner.temp }}/gh-aw/actions
|
destination: ${{ runner.temp }}/gh-aw/actions
|
||||||
|
|
||||||
|
|
@ -155,12 +156,12 @@ jobs:
|
||||||
operation: ${{ steps.record.outputs.operation }}
|
operation: ${{ steps.record.outputs.operation }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Setup Scripts
|
- name: Setup Scripts
|
||||||
uses: github/gh-aw-actions/setup@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
destination: ${{ runner.temp }}/gh-aw/actions
|
destination: ${{ runner.temp }}/gh-aw/actions
|
||||||
|
|
||||||
|
|
@ -175,9 +176,9 @@ jobs:
|
||||||
await main();
|
await main();
|
||||||
|
|
||||||
- name: Install gh-aw
|
- name: Install gh-aw
|
||||||
uses: github/gh-aw-actions/setup-cli@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup-cli@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
version: v0.79.6
|
version: v0.79.8
|
||||||
|
|
||||||
- name: Run operation
|
- name: Run operation
|
||||||
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
||||||
|
|
@ -205,7 +206,7 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Scripts
|
- name: Setup Scripts
|
||||||
uses: github/gh-aw-actions/setup@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
destination: ${{ runner.temp }}/gh-aw/actions
|
destination: ${{ runner.temp }}/gh-aw/actions
|
||||||
|
|
||||||
|
|
@ -244,14 +245,14 @@ jobs:
|
||||||
run_url: ${{ steps.record.outputs.run_url }}
|
run_url: ${{ steps.record.outputs.run_url }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout actions folder
|
- name: Checkout actions folder
|
||||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
actions
|
actions
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Setup Scripts
|
- name: Setup Scripts
|
||||||
uses: github/gh-aw-actions/setup@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
destination: ${{ runner.temp }}/gh-aw/actions
|
destination: ${{ runner.temp }}/gh-aw/actions
|
||||||
|
|
||||||
|
|
@ -290,12 +291,12 @@ jobs:
|
||||||
issues: write
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Setup Scripts
|
- name: Setup Scripts
|
||||||
uses: github/gh-aw-actions/setup@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
destination: ${{ runner.temp }}/gh-aw/actions
|
destination: ${{ runner.temp }}/gh-aw/actions
|
||||||
|
|
||||||
|
|
@ -310,9 +311,9 @@ jobs:
|
||||||
await main();
|
await main();
|
||||||
|
|
||||||
- name: Install gh-aw
|
- name: Install gh-aw
|
||||||
uses: github/gh-aw-actions/setup-cli@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup-cli@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
version: v0.79.6
|
version: v0.79.8
|
||||||
|
|
||||||
- name: Create missing labels
|
- name: Create missing labels
|
||||||
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
||||||
|
|
@ -336,12 +337,12 @@ jobs:
|
||||||
issues: write
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Setup Scripts
|
- name: Setup Scripts
|
||||||
uses: github/gh-aw-actions/setup@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
destination: ${{ runner.temp }}/gh-aw/actions
|
destination: ${{ runner.temp }}/gh-aw/actions
|
||||||
|
|
||||||
|
|
@ -356,9 +357,9 @@ jobs:
|
||||||
await main();
|
await main();
|
||||||
|
|
||||||
- name: Install gh-aw
|
- name: Install gh-aw
|
||||||
uses: github/gh-aw-actions/setup-cli@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup-cli@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
version: v0.79.6
|
version: v0.79.8
|
||||||
|
|
||||||
- name: Restore activity report logs cache
|
- name: Restore activity report logs cache
|
||||||
id: activity_report_logs_cache
|
id: activity_report_logs_cache
|
||||||
|
|
@ -441,12 +442,12 @@ jobs:
|
||||||
issues: write
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Setup Scripts
|
- name: Setup Scripts
|
||||||
uses: github/gh-aw-actions/setup@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
destination: ${{ runner.temp }}/gh-aw/actions
|
destination: ${{ runner.temp }}/gh-aw/actions
|
||||||
|
|
||||||
|
|
@ -461,9 +462,9 @@ jobs:
|
||||||
await main();
|
await main();
|
||||||
|
|
||||||
- name: Install gh-aw
|
- name: Install gh-aw
|
||||||
uses: github/gh-aw-actions/setup-cli@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup-cli@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
version: v0.79.6
|
version: v0.79.8
|
||||||
|
|
||||||
- name: Restore forecast report logs cache
|
- name: Restore forecast report logs cache
|
||||||
id: forecast_report_logs_cache
|
id: forecast_report_logs_cache
|
||||||
|
|
@ -538,7 +539,7 @@ jobs:
|
||||||
issues: write
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Scripts
|
- name: Setup Scripts
|
||||||
uses: github/gh-aw-actions/setup@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
destination: ${{ runner.temp }}/gh-aw/actions
|
destination: ${{ runner.temp }}/gh-aw/actions
|
||||||
|
|
||||||
|
|
@ -570,12 +571,12 @@ jobs:
|
||||||
issues: write
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Setup Scripts
|
- name: Setup Scripts
|
||||||
uses: github/gh-aw-actions/setup@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
destination: ${{ runner.temp }}/gh-aw/actions
|
destination: ${{ runner.temp }}/gh-aw/actions
|
||||||
|
|
||||||
|
|
@ -590,9 +591,9 @@ jobs:
|
||||||
await main();
|
await main();
|
||||||
|
|
||||||
- name: Install gh-aw
|
- name: Install gh-aw
|
||||||
uses: github/gh-aw-actions/setup-cli@00c24a5774577e7282046aa2225105571a8f4195 # v0.80.4
|
uses: github/gh-aw-actions/setup-cli@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
|
||||||
with:
|
with:
|
||||||
version: v0.79.6
|
version: v0.79.8
|
||||||
|
|
||||||
- name: Validate workflows and file issue on findings
|
- name: Validate workflows and file issue on findings
|
||||||
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue