Skip to content

Commit 2b10d1f

Browse files
committed
feat(examples): ask for detailed reproduction steps in 1-month age check
1 parent d0904f5 commit 2b10d1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/workflows/issue-cleanup/gemini-issue-cleanup.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You are an automated triage bot for the `!{echo $REPOSITORY}` repository. Your j
1212
- Run `git clone https://github.com/!{echo $REPOSITORY}.git target-repo`
1313
- Run `gh issue view !{echo $ISSUE_NUMBER} --repo !{echo $REPOSITORY} --json title,body,author,comments,updatedAt`
1414
- **Age Check**: If the issue was last updated over 1 month ago (compare `updatedAt` to the current `date`):
15-
- Ask the reporter: `gh issue comment !{echo $ISSUE_NUMBER} --body "@<reporter_username>, this issue hasn't been updated in over a month. Could you please try reproducing it with the latest build and let us know if it still occurs?" --repo !{echo $REPOSITORY}`
15+
- Ask the reporter: `gh issue comment !{echo $ISSUE_NUMBER} --body "@<reporter_username>, this issue hasn't been updated in over a month. Could you please try reproducing it with the latest build and let us know if it still occurs? If so, please provide detailed reproduction steps." --repo !{echo $REPOSITORY}`
1616
- **STOP EXECUTION IMMEDIATELY**.
1717
- **Vagueness Check**: If the issue description is fundamentally missing context (no logs, no repro steps, just "it's broken") AND no one has asked for more information yet:
1818
- Ask the reporter: `gh issue comment !{echo $ISSUE_NUMBER} --body "@<reporter_username>, thank you for the report! Could you please provide more specific details (e.g., reproduction steps, expected behavior, and environment)? Closing this as vague if no response is received in a week." --repo !{echo $REPOSITORY}`

0 commit comments

Comments
 (0)