We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e811747 commit aa500ceCopy full SHA for aa500ce
1 file changed
.github/workflows/claude.yml
@@ -2,22 +2,21 @@ name: Claude Code
2
3
on:
4
issues:
5
- types: [opened]
+ types: [assigned]
6
7
jobs:
8
analyze:
9
- if: github.repository == 'voidzero-dev/vite-plus'
+ if: github.repository == 'voidzero-dev/vite-plus' && github.event.action == 'assigned' && github.event.assignee.login == 'boshen' && github.event.sender.login == 'boshen'
10
runs-on: ubuntu-slim
11
permissions:
12
contents: read
13
issues: write
14
id-token: write
15
-
16
steps:
17
- name: Checkout repository
18
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19
with:
20
- fetch-depth: 10
+ fetch-depth: 100
21
persist-credentials: true
22
23
- name: Run Claude Code
0 commit comments