diff --git a/src/index.ts b/src/index.ts index b55c2d5e..51ca39e2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -100,7 +100,7 @@ const getOptionalInput = (name: string) => core.getInput(name) || undefined; return; } case hasChangesets && !hasNonEmptyChangesets: - core.warning("All changesets are empty; not creating PR"); + core.info("All changesets are empty; not creating PR"); return; case hasChangesets: const { pullRequestNumber } = await runVersion({