Skip to content

Commit ab2b54b

Browse files
committed
chore: add branding to action.yaml
1 parent 12131dc commit ab2b54b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: "pull request title validator"
22
description: "Checks whether a pull request title adheres to the conventional commit specification"
33
author: "Levi van Noort"
44

5+
branding:
6+
icon: 'git-pull-request'
7+
color: 'green'
8+
59
runs:
610
using: "docker"
711
image: "Dockerfile"

0 commit comments

Comments
 (0)