From 91c8fecb42b80e27ff0dfb8c197ea0f6edfe2925 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Mon, 14 Oct 2019 17:20:18 -0400 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index b5e4354..f456e27 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Move newly labeled issue to a specific column' description: 'Move a newly labeled issue to a specific column in a project' +branding: + icon: 'move' + color: 'yellow' inputs: action-token: description: 'Token for the repo. The usual secrets.GITHUB_TOKEN will not be sufficient, you must create a token that has repo permissions'