From ab2b54babb5337246f4b55cf8e0a1ecb0575e46d Mon Sep 17 00:00:00 2001 From: levivannoort Date: Wed, 8 Nov 2023 22:20:47 +0100 Subject: [PATCH] chore: add branding to action.yaml --- action.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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"