Skip to content

Commit 2501fde

Browse files
julienldclaude
andcommitted
docs(workflow): Clarify only gh issue list/view commands available
Add explicit note in "Shell Commands Available" section: - You can ONLY use gh issue list and gh issue view - You CANNOT use gh issue edit, comment, close, or other gh commands Makes it crystal clear which gh commands are available vs restricted. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 5e27889 commit 2501fde

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gemini-triage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ jobs:
405405
**Shell Commands Available:**
406406
- `gh issue list --search "query"` - Find similar issues in this repo
407407
- `gh issue view <number>` - Check specific issue details
408+
- **NOTE**: You can ONLY use `gh issue list` and `gh issue view`. You CANNOT use `gh issue edit`, `gh issue comment`, `gh issue close`, or any other gh commands.
408409
- `grep -r "pattern" src/ --include="*.py"` - Search codebase for error messages, function names
409410
- `find src/ -name "*.py" -type f` - Find Python files
410411
- `cat <path>` - Read file content (only paths found via grep/find)

0 commit comments

Comments
 (0)