File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515jobs :
1616 opencode :
17- if : |
18- github.event_name == 'pull_request' ||
19- contains(github.event.comment.body, ' /oc') ||
20- startsWith(github.event.comment.body, '/oc') ||
21- contains(github.event.comment.body, ' /opencode') ||
22- startsWith(github.event.comment.body, '/opencode')
17+ # if: |
18+ # github.event_name == 'pull_request' ||
19+ # contains(github.event.comment.body, ' /oc') ||
20+ # startsWith(github.event.comment.body, '/oc') ||
21+ # contains(github.event.comment.body, ' /opencode') ||
22+ # startsWith(github.event.comment.body, '/opencode')
2323 runs-on : ubuntu-latest
2424 permissions :
2525 contents : read
2929 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030
3131 - name : Run opencode
32- uses : sst/opencode/github@5199141369bfd9264f824d1f20a8a906107a6ab5 # v0.11.3
32+ uses : sst/opencode/github@5345c828cac894a15f6347da681462bddfa8acf6 # v0.13.5
3333 env :
3434 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3535 with :
You can’t perform that action at this time.
0 commit comments