I have my own private notes
repository where I sometimes create research threads. Occasionally I want to transfer these to a public repository to publish their contents.
You can't transfer an issue from a private repository to a public repository.
I found this workaround:
simonw/temp
You can perform transfers using the web interface, but I also learned how to do it using the gh
tool.
Install that with brew install gh
Then you can run this:
gh issue transfer https://github.com/simonw/temp/issues/1 simonw/datasette-tiddlywiki
I used this trick today to transfer https://github.com/simonw/datasette-tiddlywiki/issues/2 out of my private notes
repo.
Created 2021-12-22T17:46:27-08:00 · Edit