refactor: disabled unused workflows

This commit is contained in:
Catriel Müller
2026-02-13 10:35:41 -03:00
parent 9b6caa3707
commit 224a6bb1e2
10 changed files with 21 additions and 26 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ runs:
using: "composite"
steps:
- name: Install Kilo CLI
run: bun add -g @kilocode/cli
run: curl -fsSL https://kilo.ai/cli/install | bash
shell: bash
@@ -14,9 +14,6 @@ permissions:
jobs:
publish:
# kilocode_change start - disabled for kilo-cli fork (OpenCode GitHub Action publishing)
if: false
# kilocode_change end
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v3
@@ -25,9 +22,13 @@ jobs:
- run: git fetch --force --tags
- name: Setup Git Committer
id: committer
uses: ./.github/actions/setup-git-committer
with:
kilo-maintainer-app-id: ${{ secrets.KILO_MAINTAINER_APP_ID }}
kilo-maintainer-app-secret: ${{ secrets.KILO_MAINTAINER_APP_SECRET }}
- name: Publish
run: |
git config --global user.email "opencode@sst.dev"
git config --global user.name "opencode"
./script/publish
run: ./script/publish
working-directory: ./github
@@ -14,9 +14,6 @@ permissions:
jobs:
release:
# kilocode_change start - disabled for kilo-cli fork (OpenCode GitHub Action release)
if: false
# kilocode_change end
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v4
@@ -25,8 +22,13 @@ jobs:
- run: git fetch --force --tags
- name: Setup Git Committer
id: committer
uses: ./.github/actions/setup-git-committer
with:
kilo-maintainer-app-id: ${{ secrets.KILO_MAINTAINER_APP_ID }}
kilo-maintainer-app-secret: ${{ secrets.KILO_MAINTAINER_APP_SECRET }}
- name: Release
run: |
git config --global user.email "opencode@sst.dev"
git config --global user.name "opencode"
./github/script/release
@@ -9,9 +9,6 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
stats:
# kilocode_change start - disabled for kilo-cli fork (OpenCode stats tracking)
if: false
# kilocode_change end - original: if: github.repository == 'Kilo-Org/kilo'
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: write
@@ -7,9 +7,6 @@ on:
jobs:
zed:
# kilocode_change start - disabled for kilo-cli fork (OpenCode Zed extension sync)
if: false
# kilocode_change end
name: Release Zed Extension
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
+5 -7
View File
@@ -6,9 +6,6 @@ on:
jobs:
triage:
# kilocode_change start - disabled for kilo-cli fork (requires OpenCode API key and install)
if: false
# kilocode_change end
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: read
@@ -22,18 +19,19 @@ jobs:
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Install opencode
run: curl -fsSL https://opencode.ai/install | bash
- name: Setup Kilo
uses: ./.github/actions/setup-kilo
- name: Triage issue
env:
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
KILO_API_KEY: ${{ secrets.KILO_API_KEY }}
KILO_ORG_ID: ${{ secrets.KILO_ORG_ID }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
ISSUE_TITLE: ${{ github.event.issue.title }}
ISSUE_BODY: ${{ github.event.issue.body }}
run: |
opencode run --agent triage "The following issue was just opened, triage it:
kilo run --agent triage "The following issue was just opened, triage it:
Title: $ISSUE_TITLE