File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : opencode
22
33on :
4- # https://github.com/sst/opencode/pull/2614 がマージされて、アクションが動作するようになってから再検証する。
5- # issue_comment:
6- # types: [created]
4+ issue_comment :
5+ types : [created]
76
8- # pull_request_review:
9- # types: [submitted]
7+ pull_request_review :
8+ types : [submitted]
109
11- # pull_request_review_comment:
12- # types: [created]
10+ pull_request_review_comment :
11+ types : [created]
1312
1413 workflow_dispatch :
1514
1615jobs :
1716 opencode :
18- # https://github.com/sst/opencode/pull/2614 がマージされて、アクションが動作するようになってから再検証する。
19- # if: |
20- # github.event_name == 'pull_request' ||
21- # contains(github.event.comment.body, ' /oc') ||
22- # startsWith(github.event.comment.body, '/oc') ||
23- # contains(github.event.comment.body, ' /opencode') ||
24- # 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')
2523 runs-on : ubuntu-latest
2624 permissions :
2725 contents : read
You can’t perform that action at this time.
0 commit comments