mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
Pr comment (#8709)
This commit is contained in:
15
.github/workflows/release-patch-from-comment.yml
vendored
15
.github/workflows/release-patch-from-comment.yml
vendored
@@ -12,6 +12,11 @@ jobs:
|
||||
pull-requests: 'write'
|
||||
actions: 'write'
|
||||
steps:
|
||||
- name: 'Checkout'
|
||||
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8'
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: 'Slash Command Dispatch'
|
||||
id: 'slash_command'
|
||||
uses: 'peter-evans/slash-command-dispatch@40877f718dce0101edfc7aea2b3800cc192f9ed5'
|
||||
@@ -23,6 +28,16 @@ jobs:
|
||||
static-args: |
|
||||
dry_run=false
|
||||
|
||||
- name: 'Acknowledge Patch Command'
|
||||
if: "steps.slash_command.outputs.dispatched == 'true'"
|
||||
uses: 'peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d'
|
||||
with:
|
||||
issue-number: '${{ github.event.issue.number }}'
|
||||
body: |
|
||||
👋 Patch command received! Processing...
|
||||
|
||||
You can track the progress here: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||
|
||||
- name: 'Get PR Status'
|
||||
id: 'pr_status'
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user