We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are a few things still needed to do to make this a better utility.
-n
Gemfile
octokit
docopt
pull_source_issues()
-o
-g
- [ ]
-k
-a
-p
-w
q
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are a few things still needed to do to make this a better utility.
-n
option to only migrate those selected issues.Gemfile
to use latest versions ofoctokit
anddocopt
.Suggested Pagination Traversal Strategy results in infinite loop octokit/octokit.rb#732
See: https://docs.github.com/en/rest/guides/traversing-with-pagination
pull_source_issues()
(Now using ~6 requests per moved issue?)
Write a more efficient pull_source_issues() #12
"itype" should be [issue, pr] and "istat" should be [open,closed,all].
-o
option to NOT copy original author & URL into migrated issue-g
option to format listed issues with GitHub markdown and- [ ]
prefix.-k
option to copy previously 'closed' issues as 'open' [keep, open, closed]Add option to copy previously 'closed' issues as 'open' #13
-a
put this as a CLI option for showing repo_access()-p
option to select only pr vs issue. = [issue, pr]-w
option to also to migrate the Wiki entriesq
option to lock all moved issues. (No need to comment on old garbage.)(otherwise we get an error and write failure)
Check if a label already exists in the target repo, and use modify_label() #14
The text was updated successfully, but these errors were encountered: