From 73575dbcb6d80ee74f64d250abade6ea7a83c987 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Tue, 6 Aug 2019 22:27:31 -0400 Subject: [PATCH] Add icon --- automation/properties/greetings.properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/properties/greetings.properties.json b/automation/properties/greetings.properties.json index 341ea46..80b8f83 100644 --- a/automation/properties/greetings.properties.json +++ b/automation/properties/greetings.properties.json @@ -1,6 +1,6 @@ { "name": "Greetings", "description": "Greets users who are first time contributers to the repo", - "iconName": "blank", + "iconName": "octicon smiley", "categories": ["Automation", "SDLC"] -} \ No newline at end of file +}