From 023c8b4ec97ee4ba00871007d628ebb2cf1d8c69 Mon Sep 17 00:00:00 2001 From: Anmol Baranwal Date: Mon, 13 Nov 2023 15:25:33 +0530 Subject: [PATCH] chore: update brand icon for marketplace --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 0289154..4f2ba50 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,6 @@ author: 'Anmol Baranwal ' inputs: label: description: 'Label to add to the current issue.' - required: false default: 'multiple issues' issueNumber: description: 'Include the previous issue number created by the author in the comment.' @@ -20,5 +19,5 @@ runs: using: 'node16' main: 'dist/index.js' branding: - icon: 'message-square' + icon: 'activity' color: 'green'