From 266448bc9d061e1e9a6326f4f6698c98f42b5b6c Mon Sep 17 00:00:00 2001 From: vsoch Date: Sat, 29 Feb 2020 09:44:31 -0700 Subject: [PATCH] adding branding Signed-off-by: vsoch --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index c9af8b8..db30005 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ # action.yml name: 'Generate First Issues Interface' description: 'Create an interface for good first issues for a list of repos.' +branding: + icon: 'book-open' + color: 'blue' inputs: repos-file: description: 'The relative path in the repository for the repos.txt'