Skip to content

Commit

Permalink
major: renamed repo
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Nov 16, 2024
1 parent 4ad404e commit 96bec53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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.
Logs are configured using the `glueops.setup_logging` module. The log level can be set using the `LOG_LEVEL` environment variable.

0 comments on commit 96bec53

Please sign in to comment.