We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ef77c commit 131b701Copy full SHA for 131b701
1 file changed
.github/workflows/claude.yaml
@@ -11,6 +11,7 @@ on:
11
types: [submitted]
12
13
jobs:
14
+
15
claude:
16
if: |
17
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '/claude')) ||
@@ -24,9 +25,14 @@ jobs:
24
25
issues: read
26
id-token: write
27
steps:
28
29
+ - name: Clone Repository
30
+ uses: actions/checkout@v4
31
32
- name: Prepare Python and Hatch
33
uses: ./.github/actions/python-hatch
34
with:
35
+ needs-clone: false
36
python-version: '3.10'
37
38
- name: Create CLAUDE.md symlink
0 commit comments