You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit significantly enhances the README.md to provide a clearer
and more user-friendly experience for developers.
The key improvements include:
- **Restructured Quick Start:** The Quick Start section is now more
actionable, with a clear 1-2-3-4 step process. It also introduces the
recommended `gemini /setup-github` command for a streamlined setup
experience.
- **Simplified Workflow Instructions:** The workflow setup instructions
are simplified, directing users to the setup command or manual copying,
and clarifying how to trigger the different workflows.
- **Improved Readability:** The table of contents and overall document
structure have been refined for better navigation and readability.
- **Clarified Configuration:** The "Environment Variables" section has
been renamed to "Repository Variables" to more accurately reflect
GitHubs terminology. The instructions for adding variables are also more
precise.
- **Enhanced Authentication and Customization Sections:** Minor
improvements to these sections for better clarity.
- **Updated Links:** Links to GitHub documentation and other resources
have been updated to point to more specific and relevant pages.
Copy file name to clipboardExpand all lines: README.md
+46-34Lines changed: 46 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
`run-gemini-cli` is a GitHub Action that integrates [Gemini]AI into your development workflow via the [Gemini CLI]. It acts both as an autonomous agent for critical routine coding tasks, and an on-demand collaborator you can quickly delegate work to.
5
+
`run-gemini-cli` is a GitHub Action that integrates [Gemini] into your development workflow via the [Gemini CLI]. It acts both as an autonomous agent for critical routine coding tasks, and an on-demand collaborator you can quickly delegate work to.
6
6
7
7
Use it to perform GitHub pull request reviews, triage issues, perform code analysis and modification, and more using [Gemini] conversationally (e.g., `@gemini-cli fix this issue`) directly inside your GitHub repositories.
opened. For a detailed guide on how to set up the pull request review system,
107
+
go to the [GitHub PR Review workflow documentation](./workflows/pr-review).
90
108
91
109
### Gemini CLI Assistant
92
110
@@ -95,13 +113,6 @@ AI assistant within the pull requests and issues to perform a wide range of
95
113
tasks. For a detailed guide on how to set up the general-purpose Gemini CLI workflow,
96
114
go to the [Gemini CLI workflow documentation](./workflows/gemini-cli).
97
115
98
-
## Configuration
99
-
100
-
For detailed information on configuring this action, see the following guides:
101
-
102
-
-**[Authentication](./docs/authentication.md):** Learn how to authenticate with Google services and the GitHub API
103
-
-**[Observability](./docs/observability.md):** Set up telemetry to monitor action performance
104
-
105
116
### Inputs
106
117
107
118
<!-- BEGIN_AUTOGEN_INPUTS -->
@@ -139,9 +150,9 @@ For detailed information on configuring this action, see the following guides:
139
150
140
151
<!-- END_AUTOGEN_OUTPUTS -->
141
152
142
-
### Environment Variables
153
+
### Repository Variables
143
154
144
-
The following environment variables are automatically passed into the action's inputs if set in your repository or workflow. You may also set them directly as workflow inputs if preferred.
155
+
We recommend setting the following values as repository variables so they can be reused across all workflows. Alternatively, you can set them inline as action inputs in individual workflows or to override repository-level values.
145
156
146
157
| Name | Description | Type | Required | When Required |
0 commit comments