From e35f83ac9dedaf0143f4140856da2945c30fb4e7 Mon Sep 17 00:00:00 2001 From: jdsolanki0001 Date: Mon, 27 Sep 2021 19:29:35 +0530 Subject: [PATCH] fix(action): build of last commit --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 5d45a59..fc9b07c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8431,7 +8431,7 @@ const hasLabel = (issue, label) => { // If latest comment is from team member if (doesCommentedByMember) { - if (!doesCommentedByExcludedMember) { + if (doesCommentedByExcludedMember) { core.info("Commented by member which is excluded. Exiting.") return }