-
Notifications
You must be signed in to change notification settings - Fork 46
Add Claude Code GitHub Workflow and Suggestion workflow #484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA 1 out of 2 committers have signed the CLA. |
- Add suggestion handler job that runs when issues are labeled 'suggestion/accepted' - Configure suggestion handler to auto-close issues via commit message keywords - Update claude-code-review to only run when 'claude-review' label is present or '@claude' is in PR description - Add git command permissions for suggestion handler workflow Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
- Add workflow_dispatch trigger with issue_number input - Add validation step to verify issue has 'suggestion/accepted' label - Update issue number references to support both automatic and manual triggers - Fail workflow early if manually triggered on issue without required label Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
- Set fetch-depth: 0 to get full git history for proper branch operations - Add show_full_output: true to see complete Claude execution logs - Add track_progress: true to post progress updates to the issue This will help diagnose why commits aren't being persisted and the issue isn't being updated. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Updated the prompt to explicitly instruct Claude to: - Create a branch with claude/issue-N-description format - Push the branch to origin - Post a comment to the issue with summary and PR creation link This ensures the workflow works correctly even when triggered via workflow_dispatch instead of automatic issue events. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Create concise documentation for Claude Code with: - Tech stack overview (Next.js, Nextra, Tailwind) - Project structure - Content conventions for MDX files - Code style guidelines - Development commands Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Please enter the commit message for your changes. Lines starting
Add quotes to string values and fix formatting issues: - Quote all string values for name, uses, runs-on, and permissions - Quote types array values - Quote 'on' keyword - Remove extra blank lines Fixes yamllint quoted-strings and empty-lines errors. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
- Quote GitHub expression values in env and with sections - Remove extra blank line at end of claude.yml Fixes yamllint quoted-strings and empty-lines errors. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
🤖 Installing Claude Code GitHub App
This PR adds a GitHub Actions workflow that enables Claude Code integration in our repository.
What is Claude Code?
Claude Code is an AI coding agent that can help with:
How it works
Once this PR is merged, we'll be able to interact with Claude by mentioning @claude in a pull request or issue comment.
Once the workflow is triggered, Claude will analyze the comment and surrounding context, and execute on the request in a GitHub action.
Important Notes
Security
There's more information in the Claude Code action repo.
After merging this PR, let's try mentioning @claude in a comment on any PR to get started!