- fix formatting, and unused import

This commit is contained in:
Mike Penz
2020-10-17 19:42:26 +02:00
parent bd49950417
commit f63fa1dabb
8 changed files with 39 additions and 18 deletions
+3 -1
View File
@@ -55,7 +55,9 @@ export class PullRequests {
})
}
} catch (e) {
core.warning(`⚠️ Cannot find PR ${owner}/${repo}#${prNumber} - ${e.message}`)
core.warning(
`⚠️ Cannot find PR ${owner}/${repo}#${prNumber} - ${e.message}`
)
return null
}
}