apache / openwhisk-catalog

Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers
https://openwhisk.apache.org/
Apache License 2.0
33 stars 49 forks source link

Support for Github Wiki Updates #204

Closed markusthoemmes closed 7 years ago

markusthoemmes commented 7 years ago

@jsloyer commented on Mon Jun 27 2016

Currently with Github there ins't any webhooks to pick up updates on wiki’s. I know some dev’s that have built custom webhooks to pick up wiki changes and then post to slack. It would be cool if openwhisk built this into an action.


@csantanapr commented on Mon Jun 27 2016

@jsloyer The current webhook from the github package should already work, can you pass an event from this list https://developer.github.com/v3/activity/events/types/

It looks from the Gihub docs you can use gollum

Can you give it a try and let us know if it covers your use case?


@jsloyer commented on Wed Jun 29 2016

@csantanapr I was thinking of having this built into the new you all have for system actions. If you could have this built into that as a prebuilt action that would be super cool! Specifically this new editor.


@csantanapr commented on Wed Jun 29 2016

Jeff that's what I mean it's already built in, use the Github package with the webhook feed to create a trigger that fires everyone the wiki changes


@jakepeyser commented on Tue Jul 19 2016

@jsloyer GitHub also recently added this capability into the repo webhook settings UI


@markusthoemmes commented on Fri Mar 10 2017

@csantanapr move to catalog?

csantanapr commented 7 years ago

github webhook already supports wiki events