From d734c3d578f31c2a9c1351e00d5aa9f164a75ef0 Mon Sep 17 00:00:00 2001 From: Junya Okabe Date: Mon, 25 Sep 2023 01:21:37 +0900 Subject: [PATCH] add: brandings --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index ecd9b4f..10e551e 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'issue-validator' description: 'auto close issue if it does not meet the conditions' author: 'Okabe-Junya' +branding: + icon: 'alert-triangle' + color: 'gray-dark' inputs: title: description: 'title for issue'