https://github.com/przeprogramowani/ai-action
GHA Composite Action Example
https://github.com/przeprogramowani/ai-action
Last synced: about 1 year ago
JSON representation
GHA Composite Action Example
- Host: GitHub
- URL: https://github.com/przeprogramowani/ai-action
- Owner: przeprogramowani
- Created: 2025-04-22T10:50:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-22T12:14:24.000Z (about 1 year ago)
- Last Synced: 2025-04-22T12:36:34.154Z (about 1 year ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Reviewer
AI Reviewer is a GitHub Action that uses Google AI Studio to review Pull Requests.
## Usage
```yaml
name: AI Reviewer
on:
pull_request:
types: [opened, synchronize]
jobs:
review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: przeprogramowani/ai-action@master
with:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
```
## Inputs
- `GOOGLE_API_KEY`: The API key for Google AI Studio.