Skip to content

Commit 663720d

Browse files
authored
Merge branch 'main' into fix/991
2 parents d75d258 + 620cca6 commit 663720d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
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
}

.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)