Skip to content

Commit d9c449f

Browse files
committed
fix(ci): pass issue number and title to triage agent prompt
1 parent 4b05522 commit d9c449f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/agent-triage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
--disallowedTools "Edit,MultiEdit"
3333
prompt: |
3434
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.
35+
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.
3639
Do NOT edit any repository files. Only use Write for /tmp/agent-feedback.md.
3740
3841
When done, write /tmp/agent-feedback.md with:

0 commit comments

Comments
 (0)