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'