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 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.
@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?