From 542d474df7dea321b68af994a2ba80feddf89f33 Mon Sep 17 00:00:00 2001 From: bcoe Date: Sun, 10 Oct 2021 12:00:18 -0700 Subject: [PATCH] feat(docs): update action description --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0ca878a..8f024ea 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'conventional-release-labels' -description: 'automatically apply release labels to PR, based on conventionalcommits.org' +description: 'automatically adds labels to pull requests based on Conventional Commits. These labels can be used in conjunction GitHub's automatically generated release notes' author: Benjamin Coe inputs: token: @@ -12,6 +12,10 @@ inputs: default: '{"feat": "feature", "fix": "fix", "breaking": "breaking"}' type: string +branding: + icon: 'align-justify' + color: 'yellow' + runs: using: 'node12' main: 'dist/index.js'