-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
π 5/20 @ 1pm PT - copy GitHub repositories with issues, labels, milestones, and assignees #16
Comments
One interesting challenge is to remain authorship of the issues when copying. Our script would require an OAuth token for each user that created an issue or a comment. Sharing personal access tokens for real user accounts is not a good idea, and tokens received from OAuth Apps cannot be restricted to a single organization either. The best approach would be to register a GitHub App, install it on the @Another-Practice-Organization organization, and then use the OAuth flow for the app to create user-to-server tokens, because these tokens in fact are restricted to the app's installations. |
π΄ going live now at https://www.twitch.tv/gregorcodes |
The episode is now on Twitch: https://www.twitch.tv/videos/1029411115 |
Hey guys. Ty so much. Can I add assign you? |
Glad you like it :) I'm sorry but I don't understand what you mean with "Can I add assign you?"? Can you explain please? |
I just meant add/ assign you as a contact to my private repository |
Thank you so much for the comment. Everyoneβs helping and I see that. Ty |
I cannot provide 1:1 support for free Iβm afraid. But if you have any questions about the current topic you can always ask here |
The recording of the video is now on YouTube: |
ππ» copy GitHub repositories with issues, labels, milestones, and assignees
π Wednesday, May 20, 2021
π 1pm Pacific Time (in your timezone)
ποΈ maybe @xavt?
π·οΈ Testing
copy GitHub repositories with issues, labels, milestones, and assignees
This show is a follow up the idea described at #12. The goal is to create a script to reliably transfer issues from one repository to another. However, before we can write such a script we need a test setup which permits us to quickly create repositories with issues to transfer for testing. The test setup is the scope for this show
Outline
Recording
Shownotes
copy-repository
CLIPreparation
The text was updated successfully, but these errors were encountered: