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 5151 PULL_REQUEST_NUMBER : ' ${{ github.event.pull_request.number || github.event.issue.number }}'
5252 REPOSITORY : ' ${{ github.repository }}'
5353 ADDITIONAL_CONTEXT : ' ${{ inputs.additional_context }}'
54+ GEMINI_API_KEY : ' ${{ secrets.GEMINI_API_KEY }}'
5455 with :
5556 gcp_location : ' ${{ vars.GOOGLE_CLOUD_LOCATION }}'
5657 gcp_project_id : ' ${{ vars.GOOGLE_CLOUD_PROJECT }}'
@@ -106,4 +107,8 @@ jobs:
106107 ]
107108 }
108109 }
109- prompt : ' /gemini-review'
110+ extensions : |
111+ [
112+ "https://github.com/gemini-cli-extensions/code-review"
113+ ]
114+ prompt : ' /code-review pr-review'
Original file line number Diff line number Diff line change 5151 PULL_REQUEST_NUMBER : ' ${{ github.event.pull_request.number || github.event.issue.number }}'
5252 REPOSITORY : ' ${{ github.repository }}'
5353 ADDITIONAL_CONTEXT : ' ${{ inputs.additional_context }}'
54+ GEMINI_API_KEY : ' ${{ secrets.GEMINI_API_KEY }}'
5455 with :
5556 gcp_location : ' ${{ vars.GOOGLE_CLOUD_LOCATION }}'
5657 gcp_project_id : ' ${{ vars.GOOGLE_CLOUD_PROJECT }}'
@@ -106,4 +107,8 @@ jobs:
106107 ]
107108 }
108109 }
109- prompt : ' /gemini-review'
110+ extensions : |
111+ [
112+ "https://github.com/gemini-cli-extensions/code-review"
113+ ]
114+ prompt : ' /code-review pr-review'
You can’t perform that action at this time.
0 commit comments