From d64de8e8bdc6265b0e858827c79bad2b9af56a7c Mon Sep 17 00:00:00 2001 From: Orta Date: Thu, 13 Aug 2020 18:24:50 -0400 Subject: [PATCH] Branding --- action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 519ba6db..af974fe6 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,10 @@ name: 'Code Owner Self Merge' description: 'Lets the CODEOWNERS file determine who can merge a PR' author: 'Orta Therox' -icon: git-merge -color: purple + +branding: + icon: git-merge + color: purple runs: using: 'node12'