mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
no loops (#8716)
This commit is contained in:
@@ -7,6 +7,8 @@ on:
|
||||
jobs:
|
||||
slash-command:
|
||||
runs-on: 'ubuntu-latest'
|
||||
# Only run if the comment is from a human user (not a bot)
|
||||
if: "!endsWith(github.event.comment.user.login, '[bot]')"
|
||||
permissions:
|
||||
contents: 'write'
|
||||
pull-requests: 'write'
|
||||
|
||||
Reference in New Issue
Block a user