diff --git a/action.yaml b/action.yaml index bfbf904..82c20f8 100644 --- a/action.yaml +++ b/action.yaml @@ -2,6 +2,10 @@ name: "pull request title validator" description: "Checks whether a pull request title adheres to the conventional commit specification" author: "Levi van Noort" +branding: + icon: 'git-pull-request' + color: 'green' + runs: using: "docker" image: "Dockerfile"