quickstart-openshift icon indicating copy to clipboard operation
quickstart-openshift copied to clipboard

Github App for Full Webhook Control

Open cberg-aot opened this issue 1 year ago • 0 comments

As a Developer I want Github App So That I have access to additional webooks and integrations

Additional Context

  • Catching Gate events requires Github Actions
  • Catching Deploy events & status requires Github Actions
  • https://docs.github.com/en/apps/creating-github-apps/writing-code-for-a-github-app/building-a-github-app-that-responds-to-webhook-events

Acceptance Criteria

  • [ ] Given a PR Deploy, When Gate Occures, Then Event is thrown (gated, success)
  • [ ] Given a Deployment (Dev/Test/Prod), When Deployment occures, Then Event is thrown(started,successful)

cberg-aot avatar Feb 13 '24 19:02 cberg-aot