[Feature] Stabilize the option capability and proceed with document construction #5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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] |