Skip to content

Commit 952b916

Browse files
committed
ops: fix ops-infra pin SHA
1 parent 187ccfa commit 952b916

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ops.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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 || '' }}
@@ -52,7 +52,7 @@ jobs:
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
@@ -63,7 +63,7 @@ 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@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

Comments
 (0)