probot / ideas

Share ideas for new GitHub Apps built with Probot
96 stars 48 forks source link

When closing an issue, offer to copy it to a new wiki page #96

Open RussH opened 5 years ago

RussH commented 5 years ago

If I tag an issue with 'share to documentation' and close it, the bot should create a new wiki page under 'knowledgebase' with the issue content.. I can then delete the irrelevant parts and save it.

arunwebber commented 5 years ago

https://github.community/t5/How-to-use-Git-and-GitHub/API-for-repository-s-wiki/td-p/6706 I searched command lines as well no help :(

API for repository's wiki
From my understanding and experience, you cannot use GitHub API's to interact with a repository's wiki.   Given that the wiki is git-backed I assumed that calls to the API using the following would work: { owner: 'owner', repo: 'repository.wiki' }   However, but these result in 404s. (at least f...
RussH commented 5 years ago

Arrgh, that'd just be too useful to have available!

Jme7 commented 3 years ago

Awww