slack github integration doesn't find wiki repository

大憨熊 提交于 2019-12-12 04:02:32

问题


I'm trying to add a GitHub slack integration (https://slack.com/apps/A0F7YS2SX-github) that will post whenever a change is made to our repository's GitHub wiki. I can log in to GitHub just fine and I see my repositories, but I don't see the repository for the wiki. The wiki is an actual repository; I can clone it and view its history and everything. For example, if my repository were called myRepo, the wiki would be myRepo.wiki. But I only see myRepo in the list of repositories the integration can watch.

I've tried adding an integration that watches myRepo. It successfully messages the channel I selected whenever somebody pushes changes to myRepo, but it doesn't do so whenever changes are made to the wiki. I'm guessing that's because they really are two separate repositories.

Is there a way to get the GitHub integration to be able to watch the repository for the wiki?


回答1:


It sounds like maybe you have the webhook set to notify on just the push event.

You may also need to select Let me select individual events. and make sure

"Gollum
Wiki page updated."

Is checked



来源:https://stackoverflow.com/questions/43076734/slack-github-integration-doesnt-find-wiki-repository

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!