Lets Test the Flow - RahulMR42/GITHub-Branch-Protector GitHub Wiki

:sunrise: Test the implementation

  • Create a new repo inside the organization .
  • Ensure to select add Readme option ,to ensure that the repo comes up with a branch.

:eyeglasses: Validate the functionality

  • Check the branch protection rule addition for new repo via Settings>Branches>Branch protection rules
  • A rule must be visible with the branch name.
  • A new issue will be visible with the correct messages under the issue tab.

:star2: Tail end

  • GIT HUB webhook events can be enhanced in many ways ,use the GIT HUB official documentations to know more about webhooks.
  • Refer the official example here about update branch protection to make use of different possible restrictions.
  • Incase of certain rule'ss APIs are in preview mode,must need to use the appropriate headers.
  • Ngork forwarding URL will change upon a restart or new start of Ngork free version ,ensure to update the same or use another listner-translator.
  • Fast API - Uvicorn combination will also provide a heavy opportunity to enhance and manage other type of events and APIs.
  • Fell free to raise an issue incase of any more queries.