mirror of
https://github.com/different-ai/openwork
synced 2026-04-26 01:25:10 +02:00
Migrate workflows to Blacksmith (#927)
Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
(cherry picked from commit a2e043f852)
This commit is contained in:
committed by
Benjamin Shafii
parent
41d5c2b4cd
commit
bd78fd1300
4
.github/workflows/opencode-agents.yml
vendored
4
.github/workflows/opencode-agents.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
triage-issue:
|
||||
if: github.event_name == 'issues'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
duplicate-prs:
|
||||
if: github.event_name == 'pull_request_target' && github.event.pull_request.user.login != 'opencode-agent[bot]'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
Reference in New Issue
Block a user