@xrookiefight/gitpilot
v1.0.1
Published
Intelligent GitHub automation tool made for developers
Readme
Features
- Automatically categorize issues
- Automatically label pull requests
- Auto review pull requests with AI suggestions
- Auto generate changelog from commits and PRs
- Auto generate release notes
- Auto close stale issues and pull requests
- Auto welcome new contributors
- Auto detect duplicate issues
- Auto assign reviewers
Installation
npm install -g @xrookiefight/gitpilot
Run with Docker
docker pull ghcr.io/xrookiefight/gitpilot:latest
docker run -d \
--name gitpilot \
-p 3000:3000 \
-e GITHUB_TOKEN=your_token \
-e OPENAI_API_KEY=your_key \
ghcr.io/xrookiefight/gitpilot:latestUsage
gitpilot start gitpilot analyze gitpilot maintain
Configuration
Create a .gitpilot.yml file in the root of your repository to customize the behavior of the bot.
Contribution
Please check out the contribution guide.
