diff options
| author | Jerop Kipruto <[email protected]> | 2025-08-08 08:14:28 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-07 23:14:28 +0000 |
| commit | 494a10e7a7d31233f5d8cb0db1235bd432421d87 (patch) | |
| tree | 516d03a021223534a78603c9dcb859ba172c4620 | |
| parent | 785ee5d59a60df89413d8f0dd1b7916279f6e786 (diff) | |
Add echo tool to automated triage workflow (#5809)
Co-authored-by: Gaurav <[email protected]>
| -rw-r--r-- | .github/workflows/gemini-automated-issue-triage.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/gemini-automated-issue-triage.yml b/.github/workflows/gemini-automated-issue-triage.yml index c9381833..74904d4c 100644 --- a/.github/workflows/gemini-automated-issue-triage.yml +++ b/.github/workflows/gemini-automated-issue-triage.yml @@ -75,6 +75,7 @@ jobs: { "maxSessionTurns": 25, "coreTools": [ + "run_shell_command(echo)", "run_shell_command(gh label list)", "run_shell_command(gh issue edit)", "run_shell_command(gh issue list)" |
