We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd952b2 commit 4ad934eCopy full SHA for 4ad934e
1 file changed
src/githubHelper.ts
@@ -1261,6 +1261,9 @@ export class GithubHelper {
1261
return `Commented on [${ref}](${repoLink}/compare/${base_sha}..${head_sha}${slug})\n\n`;
1262
}
1263
1264
+ /**
1265
+ * Asks for confirmation and then maybe deletes the GH repository, then creates it again.
1266
+ */
1267
async recreateRepo() {
1268
let params = {
1269
owner: this.githubOwner,
0 commit comments