From c1431e4af11ddaa6fab20bd705abb96f3420bbf7 Mon Sep 17 00:00:00 2001 From: KM Koushik Date: Sun, 27 Jul 2025 00:09:00 +1000 Subject: [PATCH] remove opencode.yml file --- .github/workflows/opencode.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/opencode.yml diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml deleted file mode 100644 index 61da562..0000000 --- a/.github/workflows/opencode.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: opencode - -on: - issue_comment: - types: [created] - -jobs: - opencode: - if: | - contains(github.event.comment.body, '/oc') || - contains(github.event.comment.body, '/opencode') - runs-on: ubuntu-latest - permissions: - contents: read - id-token: write - steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - fetch-depth: 1 - - - name: Run opencode - uses: sst/opencode/github@latest - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - model: github-copilot/claude-sonnet-4 \ No newline at end of file