Create the endpoint to listen to activities of registered repos and trigger Job runs according to new commits in branches and pull requests. - [x] 1. Investigate how github send hook payloads and what events we want to listen - [x] 2. Investigate how to guarantee security and certify hook requests came from the right source - [x] 3. Initial implementation for a single event - [x] 4. Implementation for all the other events - [ ] 5. Implement auth verification (secret and hash stuff)
Create the endpoint to listen to activities of registered repos and trigger Job runs according to new commits in branches and pull requests.
1. Investigate how github send hook payloads and what events we want to listen
2. Investigate how to guarantee security and certify hook requests came from the right source
3. Initial implementation for a single event
4. Implementation for all the other events
5. Implement auth verification (secret and hash stuff)