File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 " vite_path" ,
2222 " vite_str" ,
2323 " vite_task" ,
24- " vite_workspace"
24+ " vite_workspace" ,
25+ " https://github.com/voidzero-dev/vite-task"
2526 ],
2627 "enabled" : false
2728 }
Original file line number Diff line number Diff line change @@ -2,22 +2,21 @@ name: Claude Code
22
33on :
44 issues :
5- types : [opened ]
5+ types : [assigned ]
66
77jobs :
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
You can’t perform that action at this time.
0 commit comments