From 7979b0014fba0bd4bc258183a40cfec0266e5a99 Mon Sep 17 00:00:00 2001 From: Maikel Rehl Date: Fri, 19 Apr 2024 15:26:50 +0200 Subject: [PATCH] Add icon and color --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 7893531..97b238c 100644 --- a/action.yml +++ b/action.yml @@ -2,6 +2,10 @@ name: 'PR Todo Checker' description: 'Find and comment on TODOs in pull requests' +branding: + icon: 'check-square' + color: 'green' + inputs: token: description: 'GitHub token'