diff --git a/action.yml b/action.yml index a003e02..1634838 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'codewatchers-assignees' description: 'Set PR assignees based on a CODEOWNERS file' author: 'dovetail' +branding: + icon: 'users' + color: 'blue' inputs: github-token: required: true