artsy / peril-settings

Artsy's peril settings
MIT License
31 stars 18 forks source link

[please ignore] testing webhooks #117

Closed mdole closed 5 years ago

mdole commented 5 years ago

@ashfurrow no need to actually review here, I'm just trying to test + record the payload from a pull_request.review_requested event using peril

(same to you @dblandin thanks for being my test cases 😄 )

ashfurrow commented 5 years ago

Cool! One neat thing that can help with testing this stuff is an empty commit: git commit -m "Testing" --allow-empty. This is a commit with no changed files – pretty neat!

mdole commented 5 years ago

ah that's super useful, thanks @ashfurrow !