GitGlyph is a tool to track issues in any GitHub repository with a specific label. It sends notifications whenever a new issue with the specified label is detected…
repo
and read:org
permissions.Fork this Repository
Clone the Repository
git clone https://github.com/<your-username>/GitGlyph.git
cd GitGlyph
Configure Environment Variables
Copy the .env.example file to .env:
cp .env.example .env
Edit the .env file with your preferred values:
GITHUB_TOKEN=your_personal_access_token
TARGET_REPO_OWNER=target_repo_owner
TARGET_REPO_NAME=target_repo_name
LABEL_TO_TRACK=label_to_track
NOTIFICATION_EMAIL=your_email@example.com
Run the Application
go run main.go