From: Donatas Abraitis Date: Tue, 7 Feb 2023 21:08:42 +0000 (+0200) Subject: tools: Add help url when commitlint fails X-Git-Tag: base_9.0~333^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8b40b2f65563e7cd0c4237307daf57334026a04c;p=matthieu%2Ffrr.git tools: Add help url when commitlint fails Just point to our workflow documentation. Signed-off-by: Donatas Abraitis --- diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index f5a2e7d360..ea5b704188 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -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'