Skip to content

Commit 4ad934e

Browse files
committed
Missing docstring
1 parent dd952b2 commit 4ad934e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/githubHelper.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,9 @@ export class GithubHelper {
12611261
return `Commented on [${ref}](${repoLink}/compare/${base_sha}..${head_sha}${slug})\n\n`;
12621262
}
12631263

1264+
/**
1265+
* Asks for confirmation and then maybe deletes the GH repository, then creates it again.
1266+
*/
12641267
async recreateRepo() {
12651268
let params = {
12661269
owner: this.githubOwner,

0 commit comments

Comments
 (0)