forked from Mirror/frr
Merge pull request #12943 from opensourcerouting/feature/add_helpurl
tools: Commit linter minor adjustments
This commit is contained in:
commit
bd0699e27a
2
.github/commitlint.config.js
vendored
2
.github/commitlint.config.js
vendored
|
@ -18,10 +18,12 @@ module.exports = {
|
|||
'isisd',
|
||||
'ldpd',
|
||||
'lib',
|
||||
'mgmtd',
|
||||
'multi',
|
||||
'nhrpd',
|
||||
'ospf6d',
|
||||
'ospfd',
|
||||
'pathd',
|
||||
'pbrd',
|
||||
'pimd',
|
||||
'pim6d',
|
||||
|
|
1
.github/workflows/commitlint.yml
vendored
1
.github/workflows/commitlint.yml
vendored
|
@ -26,3 +26,4 @@ jobs:
|
|||
uses: wagoid/commitlint-github-action@v5
|
||||
with:
|
||||
configFile: .github/commitlint.config.js
|
||||
helpURL: 'https://docs.frrouting.org/projects/dev-guide/en/latest/workflow.html#submitting-patches-and-enhancements'
|
||||
|
|
Loading…
Reference in a new issue