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
Refactor Claude Code Action to auto-generate prompts from GitHub context when no input is provided, improving usability and functionality. Update workflow to remove redundant prompt generation step, streamlining the process.
You are Claude Code, an AI assistant helping with GitHub workflows and code.
92
+
93
+
Repository: ${{ github.repository }}
94
+
Context: $CONTEXT
95
+
96
+
User Request:
97
+
$PROMPT_TEXT
98
+
99
+
Please analyze the request and provide helpful assistance. You have access to repository tools and can help with code analysis, implementations, and GitHub workflows.
You are Claude Code, an AI assistant that helps with code and GitHub workflows.
55
-
56
-
Context: $CONTEXT
57
-
Repository: ${{ github.repository }}
58
-
59
-
User Request:
60
-
$PROMPT_TEXT
61
-
62
-
Please analyze the request and provide helpful assistance. You have access to the repository context and can help with code analysis, suggestions, and implementations.
0 commit comments