You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ai-docs-pr.yml
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,19 +11,27 @@ on:
11
11
12
12
jobs:
13
13
generate-docs:
14
-
if: github.event_name == 'repository_dispatch'
15
14
runs-on: ubuntu-latest
16
15
17
16
steps:
18
17
- name: Checkout Repo
19
18
uses: actions/checkout@v4
20
19
21
-
- name: Claude Code
22
-
uses: anthropics/claude-code-action@beta
20
+
- name: Setup Node
21
+
uses: actions/setup-node@v4
23
22
with:
24
-
prompt: "Review the /docs folder structure and file content, and propose changes (if applicable and not already addressed in documentation) based on this prompt: ${{ github.event.client_payload.prompt }}"
echo "Review the /docs folder structure and file content, and propose changes (if applicable and not already addressed in documentation) based on this prompt: ${{ github.event.client_payload.prompt }}" > prompt.txt
0 commit comments