mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 16:27:37 +00:00
Change workflow suggestion agent schedule from daily to weekly
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
d929f85719
commit
920428f293
2 changed files with 105 additions and 27 deletions
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
description: Daily agent that suggests which agentic workflow agents should be added to the Z3 repository
|
||||
description: Weekly agent that suggests which agentic workflow agents should be added to the Z3 repository
|
||||
|
||||
on:
|
||||
schedule: daily
|
||||
schedule: weekly
|
||||
|
||||
timeout-minutes: 30
|
||||
|
||||
|
|
@ -28,6 +28,8 @@ safe-outputs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -224,7 +226,7 @@ If a very recent discussion exists:
|
|||
|
||||
Create a GitHub Discussion with:
|
||||
|
||||
**Title:** "[Workflow Suggestions] Daily Report - [Date]"
|
||||
**Title:** "[Workflow Suggestions] Weekly Report - [Date]"
|
||||
|
||||
**Content Structure:**
|
||||
- **Executive Summary:** Number of suggestions, priority breakdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue