We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b206c commit e5758c1Copy full SHA for e5758c1
1 file changed
.github/workflows/opencode.yml
@@ -15,7 +15,6 @@ on:
15
jobs:
16
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') ||
@@ -29,7 +28,7 @@ jobs:
29
28
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30
31
- name: Run opencode
32
- uses: sst/opencode/github@27c211ef869cae9d18b3fefc36ba787af75ebde0 # v0.14.5
+ uses: sst/opencode/github@2be9ed25906f2aa2e7525fa585ba6a3dd825eabf # v0.15.6
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
with:
0 commit comments