From 1cb32fb663ab4d07b50be6c97d3dc97d5a2985e6 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Thu, 15 Oct 2020 18:15:13 +0200 Subject: [PATCH] Add branding and author --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d272556..098f555 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,8 @@ -name: 'Annotations Action' +name: 'Annotate Action' +branding: + icon: 'edit-3' + color: 'yellow' +author: 'Guillaume Grossetie' description: 'Creates annotations from a JSON file' inputs: repo-token: