- introduce new configuration option to define category labels to be exhaustive
- require all labels of a category to be present in the matching PR - update to typescript 4.4.x - recompile dist
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ export class PullRequests {
|
||||
})
|
||||
|
||||
return mapPullRequest(data)
|
||||
} catch (e) {
|
||||
} catch (e: any /* eslint-disable-line @typescript-eslint/no-explicit-any */) {
|
||||
core.warning(
|
||||
`⚠️ Cannot find PR ${owner}/${repo}#${prNumber} - ${e.message}`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user