-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
-
Create
Auth- The arguments toexecuteRequestdiffer depending on whether you're talking to github.com or Enterprise, so need:- Default to github.com
- Check if the provided domain is github's
- If it is, use the
OAuthconstructor - If it isn't, use
EnterpriseOAuth - If none provided use github.com and
OAuth
- If it is, use the
- pass these around in the app state
This is necessary to ensure the right URLs are called (github.com doesn't use
/api/v3like Enterprise does) -
Move labels
-
Move Milestones
-
Move issues
-
Keep a mapping of old to new:
- Issue numbers (Hopefully we won't need to if we transfer everything in the same order)
- Milestones?
- PRs?
Nice to haves
- Take in a list of mappings between user names, and auth tokens, so that comments can come from the correct person
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels