Skip to content

Commit 857c80a

Browse files
committed
chore: add info log for max reports
1 parent b60386e commit 857c80a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ctrf/metrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export async function processPreviousResultsAndMetrics(
316316

317317
page++
318318
if (page > 20) {
319-
core.warning(
319+
core.info(
320320
`Reached maximum page limit (${MAX_PAGES} pages, ${MAX_PAGES * PAGE_SIZE} workflow runs)`
321321
)
322322
break

0 commit comments

Comments
 (0)