Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Bot - Automated Code Review Assistant

Java Spring

Overview

This is a Spring Boot application that automates code review processes on GitHub repositories. It provides automated code analysis, review comments, and reviewer assignment based on code changes.

Features

  • Automated PR detection
  • Static code analysis
  • Code quality feedback
  • Reviewer assignment based on file changes
  • Scheduled PR monitoring

Installation

  1. Clone the repository
  2. Install dependencies:
    mvn clean install
  3. Configure your GitHub token in application.properties

Configuration

Create a application.properties file with:

github.token=your_personal_access_token
github.repo=your-org/your-repo

Running the Application

mvn spring-boot:run

The bot will automatically start monitoring PRs every 5 minutes.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository
  2. Create a feature branch
  3. Submit a pull request

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages