codeflash-agent/.github
Kevin Turcios a9fa0687d5 fix: remove colons from Bash glob patterns in validate allowedTools
The gh command patterns used colons (e.g. Bash(gh pr diff:*)) which
are treated as literal characters, so they never matched actual
commands like `gh pr diff 2 --name-only`. This caused 1 permission
denial per CI run and prevented the summary comment from posting.
2026-03-27 06:05:07 -05:00
..
workflows fix: remove colons from Bash glob patterns in validate allowedTools 2026-03-27 06:05:07 -05:00