From 3bdf31f1d85f2d1ed5f931b6386eda9be80b77f4 Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Thu, 9 Apr 2020 08:22:04 -0700 Subject: [PATCH] chore: repackage --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 382e002..046fbcb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2034,7 +2034,7 @@ async function run() { } if (!issueNumber) { - core.warning( + core.info( "this action only works on pull_request events or other commits associated with a pull" ); core.setOutput("comment-created", "false"); @@ -2059,7 +2059,7 @@ async function run() { ); if (filteredComments.length) { - core.warning("the issue already contains this message"); + core.info("the issue already contains this message"); core.setOutput("comment-created", "false"); return; }