mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 01:31:24 +00:00
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',
|
'isisd',
|
||||||
'ldpd',
|
'ldpd',
|
||||||
'lib',
|
'lib',
|
||||||
|
'mgmtd',
|
||||||
'multi',
|
'multi',
|
||||||
'nhrpd',
|
'nhrpd',
|
||||||
'ospf6d',
|
'ospf6d',
|
||||||
'ospfd',
|
'ospfd',
|
||||||
|
'pathd',
|
||||||
'pbrd',
|
'pbrd',
|
||||||
'pimd',
|
'pimd',
|
||||||
'pim6d',
|
'pim6d',
|
||||||
|
1
.github/workflows/commitlint.yml
vendored
1
.github/workflows/commitlint.yml
vendored
@ -26,3 +26,4 @@ jobs:
|
|||||||
uses: wagoid/commitlint-github-action@v5
|
uses: wagoid/commitlint-github-action@v5
|
||||||
with:
|
with:
|
||||||
configFile: .github/commitlint.config.js
|
configFile: .github/commitlint.config.js
|
||||||
|
helpURL: 'https://docs.frrouting.org/projects/dev-guide/en/latest/workflow.html#submitting-patches-and-enhancements'
|
||||||
|
Loading…
Reference in New Issue
Block a user