11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-06 17:46:54 +00:00

fix: use helpUrl from config when present

Fixes #234
This commit is contained in:
wagoid 2021-10-11 15:27:08 -03:00
parent a5ab401c4d
commit 6f0b49bb7b
3 changed files with 35 additions and 3 deletions

View file

@ -0,0 +1,4 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
helpUrl: 'https://example.org',
}