Skip to content

Commit

Permalink
feat(docs): update action description (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 10, 2021
1 parent a553d36 commit 8306bff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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:
Expand All @@ -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'

0 comments on commit 8306bff

Please sign in to comment.