GitHub Branch Protector - RahulMR42/GITHub-Branch-Protector GitHub Wiki
GIT HUB Branch Protection using Python
A pythonic webservices to react based on GIT HUB Organizational events and add protection rule to GIT HUB Branches.Once done update the user via an issue and notified with '@' tagging.
:white_check_mark: Python 3 :white_check_mark: FAST API :white_check_mark:GITHub Webhook :white_check_mark:Uvicorn
:eight_spoked_asterisk: Objective:
- A pythonic way to act based on GIT HUB webhook events and add GitHub branch protection rules.
- Powerfull lightweight and scalable api using FAST API.
- Create an issue and notify the user with '@' tagging by leaveraging GIT HUB APIs.
- It also provide a scalable asynchronous gatway interface powered to expose the api using Uvicorn.