We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf9522 commit 7a9a219Copy full SHA for 7a9a219
2 files changed
.github/actions/opencode/actions .github/actions/opencode/action.yml.github/actions/opencode/actions renamed to .github/actions/opencode/action.yml
.github/workflows/opencode.yml
@@ -6,9 +6,6 @@ on:
6
7
pull_request:
8
9
- pull_request_comment:
10
- types: [created]
11
-
12
pull_request_review:
13
types: [submitted]
14
@@ -31,16 +28,7 @@ jobs:
31
28
uses: actions/checkout@v5
32
29
33
30
- name: Run opencode
34
- uses: sst/opencode/github@latest
35
- if: github.event_name != 'pull_request'
36
- env:
37
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
- with:
39
- model: github-copilot/gpt-4.1
40
41
- - name: Run opencode (for pull request)
42
- uses: ./github/actions/opencode
43
- if: github.event_name == 'pull_request'
+ uses: ./.github/actions/opencode
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
with:
0 commit comments