AntigravityCI
Version updated for https://github.com/nivinvysakh/AntigravityCi to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Summary: AntigravityCI is an AI-powered PR assistant that automates the process of refactoring and improving code changes in GitHub Pull Requests. It uses Google Gemini models to analyze diffs, generate improved code snippets, and open pull requests with committed changes. The action supports various commands for different types of changes and provides features like fast execution times, built-in security checks, and branch isolation.
What’s Changed
๐ AntigravityCI v1.1.0
Release v1.1.0 brings workflow refinements, automated dependency maintenance, and full community contribution templates!
โจ What’s New:
- ๐งน Minimal Workflow Template: Streamlined
.github/workflows/antigravityci.ymlwith clean, modern syntax and zero comment clutter. - ๐ค Dependabot Integration: Automated weekly dependency tracking for GitHub Actions, Python (
pip), and Docker. - ๐ Community & Contribution Standards: Added issue templates, PR template, Code of Conduct, Contributing Guide, and Security Policy.
- โก Cleaner Action Logs: Resolved deprecated action inputs and silenced internal SDK notices for crystal-clear execution logs.
- ๐ Documentation Polish: Improved Quick Start guide with clear secret setup reminders and clean Markdown tables.
๐ Quick Start:
- uses: nivinvysakh/AntigravityCi@v1.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
gemini_api_key: ${{ secrets.GEMINI_API_KEY }}
๐ See the full setup guide in the readme