action-conventional-commits/action.yml

15 lines
456 B
YAML
Raw Permalink Normal View History

2020-06-11 07:50:40 +02:00
name: "Conventional Commits"
description: "Ensures that all commit messages are following the conventional-commits standard."
inputs:
GITHUB_TOKEN:
description: 'GitHub token'
required: false
allowed-commit-types:
description: 'Specify a comma separated list of allowed commit types'
default: 'feat,fix,docs,style,refactor,test,build,perf,ci,chore,revert,merge,wip'
required: false
2020-06-11 07:50:40 +02:00
runs:
using: node20
2020-06-11 07:50:40 +02:00
main: dist/main/index.js