nyu-devops-wishlists / wishlists

This repo is for the development of the wishlists feature of the e-commerce website
Apache License 2.0
0 stars 1 forks source link

Connect DevOps pipeline to GitHub repository #105

Closed rudi116 closed 4 years ago

rudi116 commented 4 years ago

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