dansinker / tacofancy

community-driven taco repo. stars stars stars.
The Unlicense
1.29k stars 448 forks source link

Add a service hook to automagically update taco randomizer #76

Closed evz closed 10 years ago

evz commented 10 years ago

Github has this kinda nifty thing they do to make it simple to integrate your repos with other apps. In the settings for your repo (which can be accessed by clicking this thing screenshot 2013-11-06 19 29 42 just to the right over there) you should see a menu on the left that includes an item called "Service Hooks": screenshot 2013-11-06 19 31 33 Click that and it should take you to something that looks really impossibly complicated, like this: screenshot 2013-11-06 19 33 09 The thing that you want is the top item, "Webhook URLs". If you add http://taco-randomizer.herokuapp.com/cook/ in there like so: screenshot 2013-11-06 19 37 05 It'll make the randomizer get updated whenever the tacofancy repo gets updated. Now, there is a chance that it won't actually do anything when a pull request is merged (which would make the whole thing pretty silly since it seems like that's how the majority of changes are getting integrated) but we'll never know until we try.

dansinker commented 10 years ago

Done. Now you're going to have to submit a recipe to see if this works.

dansinker commented 10 years ago

closing.

evz commented 10 years ago

Dammit, I was really hoping to fly under the radar with that whole getting-delicious-recipes-for-free thing for at least a few more days :stuck_out_tongue_winking_eye: I'll see if I can call in some favors...

evz commented 10 years ago

Hey, so it looks like the randomizer got updated when you merged in #79 So it turns out technology is working for us for a change.