docs: add GitHub Integration section to README (#5649)
This commit is contained in:
parent
7fa2d7be17
commit
2fcaa302da
10
README.md
10
README.md
|
@ -12,6 +12,7 @@ With the Gemini CLI you can:
|
|||
- Query and edit large codebases in and beyond Gemini's 1M token context window.
|
||||
- Generate new apps from PDFs or sketches, using Gemini's multimodal capabilities.
|
||||
- Automate operational tasks, like querying pull requests or handling complex rebases.
|
||||
- Integrate with GitHub: Use the [Gemini CLI GitHub Action](https://github.com/google-github-actions/run-gemini-cli) for automated PR reviews, issue triage, and on-demand AI assistance directly in your repositories.
|
||||
- Use tools and MCP servers to connect new capabilities, including [media generation with Imagen,
|
||||
Veo or Lyria](https://github.com/GoogleCloudPlatform/vertex-ai-creative-studio/tree/main/experiments/mcp-genmedia)
|
||||
- Ground your queries with the [Google Search](https://ai.google.dev/gemini-api/docs/grounding)
|
||||
|
@ -128,6 +129,15 @@ gemini
|
|||
Head over to the [troubleshooting guide](docs/troubleshooting.md) if you're
|
||||
having issues.
|
||||
|
||||
## GitHub Integration
|
||||
|
||||
Integrate Gemini CLI directly into your GitHub workflows with the [**Gemini CLI GitHub Action**](https://github.com/google-github-actions/run-gemini-cli). Key features include:
|
||||
|
||||
- **Pull Request Reviews**: Automatically review pull requests when they're opened.
|
||||
- **Issue Triage**: Automatically triage and label GitHub issues.
|
||||
- **On-demand Collaboration**: Mention `@gemini-cli` in issues and pull requests for assistance and task delegation.
|
||||
- **Custom Workflows**: Set up your own scheduled tasks and event-driven automations.
|
||||
|
||||
## Popular tasks
|
||||
|
||||
### Explore a new codebase
|
||||
|
|
Loading…
Reference in New Issue