[PR #349] [MERGED] Add Claude Code GitHub Workflow #99
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/homelab-cluster#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/webgrip/homelab-cluster/pull/349
Author: @Ryangr0
Created: 6/7/2026
Status: ✅ Merged
Merged: 6/7/2026
Merged by: @Ryangr0
Base:
main← Head:add-claude-github-actions-1780814959208📝 Commits (2)
5d3814b"Claude PR Assistant workflow"a566b99"Claude Code Review workflow"📊 Changes
2 files changed (+94 additions, -0 deletions)
View changed files
➕
.github/workflows/claude-code-review.yml(+44 -0)➕
.github/workflows/claude.yml(+50 -0)📄 Description
🤖 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!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.