Skip to content

Commit

Permalink
chore: add branding to action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
levivannoort committed Nov 8, 2023
1 parent 12131dc commit ab2b54b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ab2b54b

Please sign in to comment.