From a007d65f62b3ede4851bbbf54d6f727232849fd0 Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 25 Jul 2025 20:27:40 -0400 Subject: wip: github actions --- .github/workflows/opencode.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github') 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 -- cgit v1.2.3