Skip to content

Commit

Permalink
chore: add readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
kailashchoudhary11 committed Jul 6, 2024
1 parent 7295b54 commit 7b71f57
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Repo-Guard

Repo-Guard is a web service built with Go that integrates with GitHub repositories to automatically manage duplicate issues.
It detects, closes duplicate issues, and comments with links to similar existing issues, enhancing repository management and user communication.

## Features

- Automatic detection and closure of duplicate issues.
- Comments on duplicate issues with links to similar existing issues.
- Real-time issue monitoring using GitHub webhooks.
- Easy integration with any GitHub repository after installing the GitHub App.

## Technologies Used

- Go
- Templ
- Tailwind
- GitHub API

## Usage

- Go to the [GitHub App installation page](https://repo-guard.koyeb.app).
- Click **Install GitHub App** and select the repositories you want to integrate with Repo-Guard.

0 comments on commit 7b71f57

Please sign in to comment.