Bulk editor for Github repos?

后端 未结 1 828
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-03 23:22

I have a large number of private repositories in a Github org which I want to transfer to another org for archiving, and remove all teams in the process.

I already

相关标签:
1条回答
  • 2020-12-04 00:15

    So I did end up rolling my own, was pretty straightforward thanks to PyGTK, requests + json.

    Result is up on Github: https://github.com/floe/github-bulk-editor, feedback welcome!

    (Even though it only allows bulk transfer of repos, because that's what I needed right now, I've tried to keep the internals as generic as possible, so most other Github API commands should be very easy to add.)

    0 讨论(0)
提交回复
热议问题