File tree Expand file tree Collapse file tree
examples/workflows/pr-review Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242
4343 - name : ' Run Gemini CLI'
4444 id : ' run_gemini'
45- uses : ' google-github-actions/run-gemini-cli@feat/code-review-integration ' # ratchet:exclude
45+ uses : ' google-github-actions/run-gemini-cli@main ' # ratchet:exclude
4646 env :
4747 TITLE : ' ${{ github.event.pull_request.title || github.event.issue.title }}'
4848 DESCRIPTION : ' ${{ github.event.pull_request.body || github.event.issue.body }}'
8484 "-i",
8585 "--rm",
8686 "-e",
87- "GITHUB_PERSONAL_ACCESS_TOKEN=${GITHUB_TOKEN} ",
87+ "GITHUB_PERSONAL_ACCESS_TOKEN",
8888 "ghcr.io/github/github-mcp-server:v0.27.0"
8989 ],
9090 "includeTools": [
@@ -101,7 +101,7 @@ jobs:
101101 "search_code"
102102 ],
103103 "env": {
104- "GITHUB_TOKEN ": "${GITHUB_TOKEN}"
104+ "GITHUB_PERSONAL_ACCESS_TOKEN ": "${GITHUB_TOKEN}"
105105 }
106106 }
107107 },
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ The review prompt utilizes [code review extension](https://github.com/gemini-cli
234234
2352353 . Edit ` .github/workflows/gemini-review.yml ` to use the customized prompt:
236236
237- ``` yml
237+ ``` diff
238238 - prompt: '/pr-code-review'
239239 + prompt: '/gemini-review'
240240 ```
You can’t perform that action at this time.
0 commit comments