From 35302748f19c0b74c510809ca5c14a0512ea0ea5 Mon Sep 17 00:00:00 2001 From: alstr Date: Sat, 7 Mar 2020 15:13:51 +0000 Subject: [PATCH] Update branding --- action.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 3630275..9573a89 100644 --- a/action.yaml +++ b/action.yaml @@ -3,4 +3,7 @@ description: "Converts IDE TODO comments to GitHub issues" author: "Alastair Mooney" runs: using: "docker" - image: "Dockerfile" \ No newline at end of file + image: "Dockerfile" +branding: + icon: "check-square" + color: "orange" \ No newline at end of file