mirror of
https://github.com/Z3Prover/z3
synced 2026-01-24 11:04:00 +00:00
allow burner to create PRs
This commit is contained in:
parent
81da4be228
commit
5b70f75d89
8 changed files with 20 additions and 12 deletions
7
.github/workflows/pr-fix.lock.yml
generated
vendored
7
.github/workflows/pr-fix.lock.yml
generated
vendored
|
|
@ -2,7 +2,7 @@
|
|||
# To update this file, edit the corresponding .md file and run:
|
||||
# gh aw compile
|
||||
#
|
||||
# Effective stop-time: 2025-09-18 23:04:00
|
||||
# Effective stop-time: 2025-09-19 01:41:09
|
||||
|
||||
name: "PR Fix"
|
||||
on:
|
||||
|
|
@ -1071,7 +1071,7 @@ jobs:
|
|||
WORKFLOW_NAME="PR Fix"
|
||||
|
||||
# Check stop-time limit
|
||||
STOP_TIME="2025-09-18 23:04:00"
|
||||
STOP_TIME="2025-09-19 01:41:09"
|
||||
echo "Checking stop-time limit: $STOP_TIME"
|
||||
|
||||
# Convert stop time to epoch seconds
|
||||
|
|
@ -2811,6 +2811,7 @@ jobs:
|
|||
GITHUB_AW_AGENT_OUTPUT: ${{ needs.pr-fix.outputs.output }}
|
||||
GITHUB_AW_ISSUE_TITLE_PREFIX: "${{ github.workflow }}"
|
||||
with:
|
||||
github-token: ${{ secrets.DSYME_GH_TOKEN}}
|
||||
script: |
|
||||
async function main() {
|
||||
// Check if we're in staged mode
|
||||
|
|
@ -3011,6 +3012,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_AW_AGENT_OUTPUT: ${{ needs.pr-fix.outputs.output }}
|
||||
with:
|
||||
github-token: ${{ secrets.DSYME_GH_TOKEN}}
|
||||
script: |
|
||||
async function main() {
|
||||
// Check if we're in staged mode
|
||||
|
|
@ -3234,6 +3236,7 @@ jobs:
|
|||
GITHUB_AW_AGENT_OUTPUT: ${{ needs.pr-fix.outputs.output }}
|
||||
GITHUB_AW_PUSH_IF_NO_CHANGES: "warn"
|
||||
with:
|
||||
github-token: ${{ secrets.DSYME_GH_TOKEN}}
|
||||
script: |
|
||||
async function main() {
|
||||
/** @type {typeof import("fs")} */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue