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'