diff --git a/action.yaml b/action.yaml index 3630275..9573a89 100644 --- a/action.yaml +++ b/action.yaml @@ -3,4 +3,7 @@ description: "Converts IDE TODO comments to GitHub issues" author: "Alastair Mooney" runs: using: "docker" - image: "Dockerfile" \ No newline at end of file + image: "Dockerfile" +branding: + icon: "check-square" + color: "orange" \ No newline at end of file