From 96bec53d32cbda642715390ac2649b12a71e4277 Mon Sep 17 00:00:00 2001 From: Venkat Date: Sat, 16 Nov 2024 04:55:47 +0000 Subject: [PATCH] major: renamed repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c95bd0..f3ad87e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# python-webhook-add-to-github-projects +# storypoints This project is a FastAPI application designed to handle GitHub webhooks and automate the process of adding issues to GitHub Projects V2. It listens for specific events from GitHub, such as when an issue is opened or reopened, and automatically adds the issue to a specified GitHub Project V2. This automation helps maintain an up-to-date project board without manual intervention, allowing your team to focus on resolving issues rather than managing them. @@ -79,4 +79,4 @@ This project is a FastAPI application designed to handle GitHub webhooks and aut ## Logging -Logs are configured using the `glueops.setup_logging` module. The log level can be set using the `LOG_LEVEL` environment variable. \ No newline at end of file +Logs are configured using the `glueops.setup_logging` module. The log level can be set using the `LOG_LEVEL` environment variable.