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@v1.1
41+ uses : openworld-maker/ops-infra/.github/workflows/autonomous-dev.yml@b45c1eaaec9bc945818b6e4562158bfda94dc870
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@v1.1
55+ uses : openworld-maker/ops-infra/.github/workflows/review-autopilot.yml@b45c1eaaec9bc945818b6e4562158bfda94dc870
5656 with :
5757 pr_number : ${{ github.event.pull_request.number || '0' }}
5858 executor_prompt_version : v1.0.0
@@ -63,12 +63,12 @@ jobs:
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@v1.1
66+ uses : openworld-maker/ops-infra/.github/workflows/merge-gate.yml@b45c1eaaec9bc945818b6e4562158bfda94dc870
6767 with :
6868 pr_number : ${{ github.event.pull_request.number }}
6969 secrets : inherit
7070
7171 watchdog :
7272 if : github.event_name == 'schedule'
73- uses : openworld-maker/ops-infra/.github/workflows/watchdog.yml@v1.1
73+ uses : openworld-maker/ops-infra/.github/workflows/watchdog.yml@b45c1eaaec9bc945818b6e4562158bfda94dc870
7474 secrets : inherit
0 commit comments