From 69a9f89dd24d2a9321afcaa26bac935c31056f73 Mon Sep 17 00:00:00 2001 From: "Kevin de Jong (EHV)" Date: Wed, 23 Sep 2020 12:06:00 +0200 Subject: [PATCH] feat: update branding --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index aca62d6..732d864 100755 --- a/action.yml +++ b/action.yml @@ -18,6 +18,10 @@ description: > Scan your commits in your Pull Request against the Conventional Commits standard using Commisery +branding: + icon: 'code' + color: 'white' + inputs: token: description: 'GitHub token used to access GitHub (eg. secrets.GITHUB_TOKEN)'