mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
Pr comment (#8708)
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
|||||||
})
|
})
|
||||||
|
|
||||||
- name: 'Comment on Failure'
|
- name: 'Comment on Failure'
|
||||||
if: "steps.pr_status.outputs.STATE != 'MERGED'"
|
if: "steps.slash_command.outputs.dispatched == 'true' && steps.pr_status.outputs.STATE != 'MERGED'"
|
||||||
uses: 'peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d'
|
uses: 'peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d'
|
||||||
with:
|
with:
|
||||||
issue-number: '${{ github.event.issue.number }}'
|
issue-number: '${{ github.event.issue.number }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user