Skip to content

[Feature] Stabilize the option capability and proceed with document construction #5

[Feature] Stabilize the option capability and proceed with document construction

[Feature] Stabilize the option capability and proceed with document construction #5

Workflow file for this run

name: Run gemini-cli
on:
issue_comment:
types: [created]
permissions: write-all
jobs:
gemini-code-review:
runs-on: ubuntu-latest
if: |
github.event.issue.pull_request &&
contains(github.event.comment.body, '/gemini-cli')
steps:
- name: Run Gemini CLI
uses: google-github-actions/[email protected]