Merge pull request #218 from wdoug/maxPullRequests-warning

Make maxPullRequest warning more apparent
This commit is contained in:
Mike Penz
2021-03-06 16:46:22 +01:00
committed by GitHub
+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