- fix formatting, and unused import
This commit is contained in:
+3
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user