chore: strip upstream CI/community process files

Remove GitHub Actions workflows, composite actions, issue/PR
templates, CODEOWNERS, translated READMEs, and download stats.
This is a Windows-only internal patch fork; upstream release
automation and community process docs don't apply here.
This commit is contained in:
2026-07-23 19:56:39 -05:00
parent 743f6410f2
commit 5beb7d367d
60 changed files with 8 additions and 6089 deletions
@@ -1,29 +0,0 @@
name: release-github-action
on:
push:
branches:
- dev
paths:
- "github/**"
concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: write
jobs:
release:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 0
- run: git fetch --force --tags
- name: Release
run: |
git config --global user.email "opencode@sst.dev"
git config --global user.name "opencode"
./github/script/release