From aaff8e19d0e77f5275e9e6ed1ec1e742745498df Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Sat, 15 Feb 2020 15:49:51 +0800 Subject: [PATCH] Add branding to action --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 762e6e36..021c520f 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'Keep A Changelog - New Release' description: 'Automatically update your CHANGELOG.md for a new release. Built for the keepachangelog.com format.' author: 'Thomas Eizinger' +branding: + icon: list + color: white inputs: version: description: 'The version of the new release'