We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b05522 commit d9c449fCopy full SHA for d9c449f
1 file changed
.github/workflows/agent-triage.yml
@@ -32,7 +32,10 @@ jobs:
32
--disallowedTools "Edit,MultiEdit"
33
prompt: |
34
You are running on CI (GitHub Actions).
35
- Read the skill file at .claude/skills/triage-issue/SKILL.md and follow its instructions to triage this issue.
+ Triage issue #${{ github.event.issue.number }}.
36
+ Title: ${{ github.event.issue.title }}
37
+
38
+ Read the skill file at .claude/skills/triage-issue/SKILL.md and follow its instructions.
39
Do NOT edit any repository files. Only use Write for /tmp/agent-feedback.md.
40
41
When done, write /tmp/agent-feedback.md with:
0 commit comments