3838 startsWith(github.event.comment.body, '/ops run') ||
3939 startsWith(github.event.comment.body, '/ops resume')
4040 ))
41- uses : openworld-maker/ops-infra/.github/workflows/autonomous-dev.yml@52162c868efe95af76445d11d4ecb4ea811e08a0
41+ uses : openworld-maker/ops-infra/.github/workflows/autonomous-dev.yml@52162c809ab9f5a0bbebff39afaca6dceadc8779
4242 with :
4343 issue_number : ${{ github.event.inputs.issue_number || github.event.issue.number || '' }}
4444 objective : ${{ github.event.inputs.objective || '' }}
5252 github.event_name == 'schedule' ||
5353 (github.event_name == 'pull_request' && contains(join(github.event.pull_request.labels.*.name, ','), 'ops:auto')) ||
5454 (github.event_name == 'pull_request_review' && contains(join(github.event.pull_request.labels.*.name, ','), 'ops:auto'))
55- uses : openworld-maker/ops-infra/.github/workflows/review-autopilot.yml@52162c868efe95af76445d11d4ecb4ea811e08a0
55+ uses : openworld-maker/ops-infra/.github/workflows/review-autopilot.yml@52162c809ab9f5a0bbebff39afaca6dceadc8779
5656 with :
5757 pr_number : ${{ github.event.pull_request.number || '0' }}
5858 executor_prompt_version : v1.0.0
6363 github.event_name == 'pull_request_review' &&
6464 github.event.review.state == 'approved' &&
6565 contains(join(github.event.pull_request.labels.*.name, ','), 'ops:auto')
66- uses : openworld-maker/ops-infra/.github/workflows/merge-gate.yml@52162c868efe95af76445d11d4ecb4ea811e08a0
66+ uses : openworld-maker/ops-infra/.github/workflows/merge-gate.yml@52162c809ab9f5a0bbebff39afaca6dceadc8779
6767 with :
6868 pr_number : ${{ github.event.pull_request.number }}
6969 secrets : inherit
0 commit comments