mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #332] [MERGED] Add Claude Code GitHub Workflow #254
Reference in New Issue
Block a user
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/mountain-loop/yaak/pull/332
Author: @gschier
Created: 12/28/2025
Status: ✅ Merged
Merged: 12/28/2025
Merged by: @gschier
Base:
main← Head:add-claude-github-actions-1766934343498📝 Commits (2)
ada6648"Claude PR Assistant workflow"33a401a"Claude Code Review workflow"📊 Changes
2 files changed (+107 additions, -0 deletions)
View changed files
➕
.github/workflows/claude-code-review.yml(+57 -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.