|
38 | 38 | startsWith(github.event.comment.body, '/ops run') || |
39 | 39 | startsWith(github.event.comment.body, '/ops resume') |
40 | 40 | )) |
41 | | - uses: openworld-maker/ops-infra/.github/workflows/autonomous-dev.yml@b45c1eaaec9bc945818b6e4562158bfda94dc870 |
| 41 | + uses: openworld-maker/ops-infra/.github/workflows/autonomous-dev.yml@35379c26aac2a467c2257e5a8a225aa74a642039 |
42 | 42 | with: |
43 | 43 | issue_number: ${{ github.event.inputs.issue_number || github.event.issue.number || '' }} |
44 | 44 | objective: ${{ github.event.inputs.objective || '' }} |
|
52 | 52 | github.event_name == 'schedule' || |
53 | 53 | (github.event_name == 'pull_request' && contains(join(github.event.pull_request.labels.*.name, ','), 'ops:auto')) || |
54 | 54 | (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@b45c1eaaec9bc945818b6e4562158bfda94dc870 |
| 55 | + uses: openworld-maker/ops-infra/.github/workflows/review-autopilot.yml@35379c26aac2a467c2257e5a8a225aa74a642039 |
56 | 56 | with: |
57 | 57 | pr_number: ${{ github.event.pull_request.number || '0' }} |
58 | 58 | executor_prompt_version: v1.0.0 |
|
63 | 63 | github.event_name == 'pull_request_review' && |
64 | 64 | github.event.review.state == 'approved' && |
65 | 65 | contains(join(github.event.pull_request.labels.*.name, ','), 'ops:auto') |
66 | | - uses: openworld-maker/ops-infra/.github/workflows/merge-gate.yml@b45c1eaaec9bc945818b6e4562158bfda94dc870 |
| 66 | + uses: openworld-maker/ops-infra/.github/workflows/merge-gate.yml@35379c26aac2a467c2257e5a8a225aa74a642039 |
67 | 67 | with: |
68 | 68 | pr_number: ${{ github.event.pull_request.number }} |
69 | 69 | secrets: inherit |
|
0 commit comments