From 7edac9e110b83d7b47c06a7e160bc783984ec933 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Fri, 16 Oct 2020 18:05:22 +0200 Subject: [PATCH] - add branding icon --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 922478d..fbd3ab0 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'Release Changelog Builder' description: 'Pulls all merged pull requests, and constructs the changelog for a release' author: 'Mike Penz' +branding: + icon: 'award' + color: 'green' inputs: configuration: required: true