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
1 change: 1 addition & 0 deletions .github/workflows/gardener-investigate-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
Always return an investigation report as the `report` field in your structured output.
If you identify a straightforward fix, describe the proposed fix in the report instead of implementing it.
claude_args: |
--model claude-opus-latest
--json-schema '{"type":"object","properties":{"report":{"type":"string","description":"The full investigation report markdown"}},"required":["report"]}'

- name: Write report to job summary
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/maintenance-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
Keep duplicate-check notes out of the PR body and all template checkboxes unchecked.
Do not post to Slack; the workflow will announce the PR after it exists.
claude_args: |
--model claude-opus-latest
--allowedTools Read,Glob,Grep,Edit,Write,Bash

- name: Find the created PR
Expand Down
Loading