Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
301 changes: 301 additions & 0 deletions .github/workflows/test-claude.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .github/workflows/test-claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ engine:
id: claude
model: claude-3-5-sonnet-20241022
timeout_minutes: 10
ai-reaction: eyes
permissions:
pull-requests: write
actions: read
Expand Down Expand Up @@ -47,6 +48,8 @@ You are a code review assistant powered by Claude. Your task is to analyze the c

**First, get the current time using the get_current_time tool to timestamp your analysis.**

**Important**: When analyzing the pull request content, gather context directly from the GitHub API to understand what triggered this workflow.

### Analysis Tasks

1. **Review the Pull Request Details**
Expand Down Expand Up @@ -118,6 +121,8 @@ Your comment should include:
- Proper markdown formatting for readability
- Clear structure with headers and bullet points

**Current Context**: You have access to the current pull request content via: "${{ needs.task.outputs.text }}"

### Action Output: Create a Haiku

**IMPORTANT**: After completing your PR analysis and posting your comment, please create a haiku about the changes you analyzed and write it to the action output. The haiku should capture the essence of the pull request in a creative and poetic way.
Expand Down
2 changes: 1 addition & 1 deletion docs/frontmatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ ai-reaction: "eyes"
- `rocket` (🚀)
- `eyes` (👀)

**Note**: Using this feature results in the addition of `.github/actions/reaction/action.yml` file to the repository when the workflow is compiled.
**Note**: This feature uses inline JavaScript code with `actions/github-script@v7` to add reactions, so no additional action files are created in the repository.

## Output Configuration (`output:`)

Expand Down
Loading
Loading