mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 11:24:42 +00:00
tools: Add build
as a valid prefix for commit messages
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
2285f5aca8
commit
5e66e742d7
1
.github/commitlint.config.js
vendored
1
.github/commitlint.config.js
vendored
@ -10,6 +10,7 @@ module.exports = {
|
||||
'babeld',
|
||||
'bfdd',
|
||||
'bgpd',
|
||||
'build',
|
||||
'doc',
|
||||
'docker',
|
||||
'eigrpd',
|
||||
|
3
.github/workflows/commitlint.yml
vendored
3
.github/workflows/commitlint.yml
vendored
@ -13,6 +13,9 @@ jobs:
|
||||
contents: read
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Check Commit
|
||||
uses: wagoid/commitlint-github-action@v5
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user