chore: disable OpenCode-specific GitHub Actions for kilo-cli fork

This commit is contained in:
Marius Wichtner
2026-01-27 11:37:12 +01:00
parent 5599512fe9
commit 28bc49f6fd
17 changed files with 86 additions and 34 deletions
+9 -5
View File
@@ -8,11 +8,15 @@ on:
jobs:
opencode:
if: |
contains(github.event.comment.body, ' /oc') ||
startsWith(github.event.comment.body, '/oc') ||
contains(github.event.comment.body, ' /opencode') ||
startsWith(github.event.comment.body, '/opencode')
# kilocode_change start - disabled for kilo-cli fork (OpenCode bot commands)
if: false
# kilocode_change end
# Original condition:
# if: |
# contains(github.event.comment.body, ' /oc') ||
# startsWith(github.event.comment.body, '/oc') ||
# contains(github.event.comment.body, ' /opencode') ||
# startsWith(github.event.comment.body, '/opencode')
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
id-token: write