-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7295b54
commit 7b71f57
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |