We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad934e commit 388a108Copy full SHA for 388a108
2 files changed
src/githubHelper.ts
@@ -1262,7 +1262,7 @@ export class GithubHelper {
1262
}
1263
1264
/**
1265
- * Asks for confirmation and then maybe deletes the GH repository, then creates it again.
+ * Deletes the GH repository, then creates it again.
1266
*/
1267
async recreateRepo() {
1268
let params = {
src/index.ts
@@ -110,6 +110,9 @@ if (!settings.gitlab.projectId) {
110
111
// ----------------------------------------------------------------------------
112
113
+/**
114
+ * Asks for confirmation and maybe recreates the GitHub repository.
115
+ */
116
async function recreate() {
117
readlineSync.setDefaultOptions({
118
limit: ['no', 'yes'],
0 commit comments