Make maxPullRequest warning more apparent

This commit is contained in:
Will Douglas
2021-03-05 19:12:40 -07:00
parent be6c2169f1
commit 069080d600
+1 -1
View File
@@ -118,7 +118,7 @@ export class PullRequests {
mergedPRs.length >= maxPullRequests
) {
if (mergedPRs.length >= maxPullRequests) {
core.info(`⚠️ Reached 'maxPullRequests' count ${maxPullRequests}`)
core.warning(`⚠️ Reached 'maxPullRequests' count ${maxPullRequests}`)
}
// bail out early to not keep iterating on PRs super old