]> git.proxmox.com Git - mirror_frr.git/commit
tools: Add commit linter
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 31 Jan 2023 09:16:50 +0000 (11:16 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 31 Jan 2023 11:25:25 +0000 (13:25 +0200)
commitf05a0c1dde8c1cbe644aa71fc5b9e22ace34eb72
tree2f074dd197e0be9048f32acd4afeee08842ad4cc
parent843427dd691811773156e23b9011f269f4c370f3
tools: Add commit linter

Run under Github Actions, and restrict commit messages, structure, with, etc.

Enforce using only our specified prefixes for commit messages. It reduces the
work release managers do when _crafting_ release notes.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
.github/commitlint.config.js [new file with mode: 0644]
.github/workflows/commitlint.yml [new file with mode: 0644]