mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 20:01:10 +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',
|
'babeld',
|
||||||
'bfdd',
|
'bfdd',
|
||||||
'bgpd',
|
'bgpd',
|
||||||
|
'build',
|
||||||
'doc',
|
'doc',
|
||||||
'docker',
|
'docker',
|
||||||
'eigrpd',
|
'eigrpd',
|
||||||
|
3
.github/workflows/commitlint.yml
vendored
3
.github/workflows/commitlint.yml
vendored
@ -13,6 +13,9 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Check Commit
|
- name: Check Commit
|
||||||
uses: wagoid/commitlint-github-action@v5
|
uses: wagoid/commitlint-github-action@v5
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user