summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/opencode.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml
index ca59f2770..cecae36e0 100644
--- a/.github/workflows/opencode.yml
+++ b/.github/workflows/opencode.yml
@@ -7,10 +7,8 @@ on:
jobs:
opencode:
if: |
- startsWith(github.event.comment.body, 'opencode') ||
- startsWith(github.event.comment.body, 'hi opencode') ||
- startsWith(github.event.comment.body, 'hey opencode') ||
- contains(github.event.comment.body, '@opencode-agent')
+ contains(github.event.comment.body, '/oc') ||
+ contains(github.event.comment.body, '/opencode')
runs-on: ubuntu-latest
permissions:
id-token: write