You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitoctokit.issues.createComment({ ...thisRepo,issue_number: issue.number,body: `Closing because @${sender} is one of the code-owners of this repository.`});
awaitoctokit.issues.createComment({ ...thisRepo,issue_number: issue.number,body: `Reopening because @${sender} is one of the code-owners of this repository.`});
222
+
}
211
223
}
212
224
213
225
/**
@@ -235,7 +247,7 @@ function getFilesNotOwnedByCodeOwner(owner, files, cwd) {
235
247
/**
236
248
* This is a reasonable security measure for proving an account is specified in the codeowners
237
249
* but _SHOULD NOT_ be used for authentication for something which mutates the repo,
0 commit comments