As a developer
I need to connect the DevOps pipeline to the GitHub repo via webhook
So that I can automatically run my pipeline when a commit is pushed to the repo
Assumptions:
Everyone in the organization must have Master or Owner privileges to use webhooks
Acceptance Criteria:
Given a commit is pushed to the repo
When I have webhooks installed
Then my pipeline will run automatically
As a developer I need to connect the DevOps pipeline to the GitHub repo via webhook So that I can automatically run my pipeline when a commit is pushed to the repo
Assumptions: Everyone in the organization must have Master or Owner privileges to use webhooks
Acceptance Criteria: Given a commit is pushed to the repo When I have webhooks installed Then my pipeline will run automatically