run prettier formatting

This commit is contained in:
Aiqiao Yan
2026-06-15 16:18:29 +00:00
parent 12a489776f
commit c12eb249cb
+1 -2
View File
@@ -58,8 +58,7 @@ export function assertSafePrCheckout(input: IUnsafePrCheckoutInput): void {
// if the resolved input points to the fork PR sha we have in the payload // if the resolved input points to the fork PR sha we have in the payload
const repositoryMatchesPrHead = const repositoryMatchesPrHead =
typeof prHeadRepoFullName === 'string' && typeof prHeadRepoFullName === 'string' &&
input.qualifiedRepository.toLowerCase() === input.qualifiedRepository.toLowerCase() === prHeadRepoFullName.toLowerCase()
prHeadRepoFullName.toLowerCase()
const refMatchesPullPattern = PR_REF_PATTERN.test(input.ref) const refMatchesPullPattern = PR_REF_PATTERN.test(input.ref)
const commitMatchesPrHeadSha = const commitMatchesPrHeadSha =
!!input.commit && prShas.includes(input.commit.toLowerCase()) !!input.commit && prShas.includes(input.commit.toLowerCase())