mozilla / galaxy

To infinity and beyond. The front-end UI.
BSD 3-Clause "New" or "Revised" License
10 stars 14 forks source link

Add a GitHub `push` Webhook for game C[R]UD #194

Open cvan opened 10 years ago

cvan commented 10 years ago

For any push, we notify galaxy-api of the push event. When galaxy-api receives the POST from GitHub, it inspects the sha of the revision and checks if a .json game file was modified. If so, the API is called internally to make the appropriate changes to the game.

This issue is dependent on mozilla/galaxy-api#233.