summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/VOUCHED.td3
-rw-r--r--.github/workflows/publish.yml8
-rw-r--r--.github/workflows/test.yml2
3 files changed, 7 insertions, 6 deletions
diff --git a/.github/VOUCHED.td b/.github/VOUCHED.td
index 5d4f7fa26..8bc1d8e2b 100644
--- a/.github/VOUCHED.td
+++ b/.github/VOUCHED.td
@@ -25,7 +25,10 @@ kommander
-opencodeengineer bot that spams issues
r44vc0rp
rekram1-node
+-ricardo-m-l
-robinmordasiewicz
+shantur
+simonklee
-spider-yamet clawdbot/llm psychosis, spam pinging the team
thdxr
-toastythebot
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 46a657780..af008f6b1 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -114,7 +114,7 @@ jobs:
- build-cli
- version
runs-on: blacksmith-4vcpu-windows-2025
- if: github.repository == 'anomalyco/opencode' && github.ref_name != 'beta'
+ if: github.repository == 'anomalyco/opencode'
env:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
@@ -213,7 +213,6 @@ jobs:
needs:
- build-cli
- version
- if: github.ref_name != 'beta'
continue-on-error: false
env:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
@@ -390,7 +389,7 @@ jobs:
needs:
- build-cli
- version
- if: github.repository == 'anomalyco/opencode' && github.ref_name != 'beta'
+ if: github.repository == 'anomalyco/opencode'
continue-on-error: false
env:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
@@ -591,13 +590,12 @@ jobs:
path: packages/opencode/dist
- uses: actions/download-artifact@v4
- if: github.ref_name != 'beta'
with:
name: opencode-cli-signed-windows
path: packages/opencode/dist
- uses: actions/download-artifact@v4
- if: needs.version.outputs.release && github.ref_name != 'beta'
+ if: needs.version.outputs.release
with:
pattern: latest-yml-*
path: /tmp/latest-yml
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 510f68254..69a3a1a2d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -121,7 +121,7 @@ jobs:
- name: Read Playwright version
id: playwright-version
run: |
- version=$(node -e 'console.log(require("./packages/app/package.json").devDependencies["@playwright/test"])')
+ version=$(node -e 'console.log(require("./package.json").workspaces.catalog["@playwright/test"])')
echo "version=$version" >> "$GITHUB_OUTPUT"
- name: Cache Playwright browsers