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
main
Running with --auto --mode migrate should infer all inferable options from the existing repository.
--auto --mode migrate
Per #1157 (comment), I'm seeing quite a few missing:
.github/CODE_OF_CONDUCT.md
## Enforcement
github@joshuakgoldberg.com
git@joshuakgoldberg.com
.github/DEVELOPMENT.md
> If you'd like a more guided walkthrough, ...
.github/SECURITY.md
.vscode/launch.json
package.json
"JoshuaKGoldberg"
"Josh Goldberg"
"bin"
"bin/index.js"
"files"
I'm fixing these in #1612.
💖
The text was updated successfully, but these errors were encountered:
551737a
🎉 This is included in version v1.67.3 🎉
The release is available on:
Cheers! 📦🚀
Sorry, something went wrong.
JoshuaKGoldberg
Successfully merging a pull request may close this issue.
Bug Report Checklist
main
branch of the repository.Expected
Running with
--auto --mode migrate
should infer all inferable options from the existing repository.Actual
Per #1157 (comment), I'm seeing quite a few missing:
.github/CODE_OF_CONDUCT.md
: Under## Enforcement
, the email was switched fromgithub@joshuakgoldberg.com
togit@joshuakgoldberg.com
.github/DEVELOPMENT.md
: The initial> If you'd like a more guided walkthrough, ...
is missing.github/SECURITY.md
: The email was switched fromgithub@joshuakgoldberg.com
togit@joshuakgoldberg.com
.vscode/launch.json
: The Debug Program task was removedpackage.json
:"JoshuaKGoldberg"
to"Josh Goldberg"
"bin"
entry was missing, as well as"bin/index.js"
under"files"
Additional Info
I'm fixing these in #1612.
💖
The text was updated successfully, but these errors were encountered: