chore: disable OpenCode-specific GitHub Actions for kilo-cli fork
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user