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'