Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 804 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 804 Bytes

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