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
2 changes: 0 additions & 2 deletions .github/workflows/claude-comment-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
GrepTool # Search file contents
BatchTool # Run multiple tools in parallel

# Maximum number of conversation turns
max_turns: 10

# Timeout after 20 minutes
timeout_minutes: 20
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/claude-pr-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
GrepTool # Search file contents
BatchTool # Run multiple tools in parallel

# Maximum number of conversation turns
max_turns: 20

# Timeout after 30 minutes for potentially complex implementations
timeout_minutes: 30
Expand Down
Loading