Skip to content

Commit aa500ce

Browse files
committed
ci: fix claude.yml
1 parent e811747 commit aa500ce

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/claude.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@ name: Claude Code
22

33
on:
44
issues:
5-
types: [opened]
5+
types: [assigned]
66

77
jobs:
88
analyze:
9-
if: github.repository == 'voidzero-dev/vite-plus'
9+
if: github.repository == 'voidzero-dev/vite-plus' && github.event.action == 'assigned' && github.event.assignee.login == 'boshen' && github.event.sender.login == 'boshen'
1010
runs-on: ubuntu-slim
1111
permissions:
1212
contents: read
1313
issues: write
1414
id-token: write
15-
1615
steps:
1716
- name: Checkout repository
1817
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1918
with:
20-
fetch-depth: 10
19+
fetch-depth: 100
2120
persist-credentials: true
2221

2322
- name: Run Claude Code

0 commit comments

Comments
 (0)