From 7d1f3b5df9808a2e43f2989880aa63e4ad21e71a Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Fri, 13 Mar 2026 18:17:24 -0400 Subject: [PATCH] ci/github-script/lint-commits: fix link to commit conventions --- ci/github-script/lint-commits.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/github-script/lint-commits.js b/ci/github-script/lint-commits.js index 4ef8b6f6ab04..1aa18e9477b0 100644 --- a/ci/github-script/lint-commits.js +++ b/ci/github-script/lint-commits.js @@ -145,7 +145,7 @@ async function checkCommitMessages({ github, context, core, repoPath }) { if (failures.size !== 0) { core.error( 'Please review the guidelines at ' + - 'https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#commit-conventions, ' + + ', ' + 'as well as the applicable area-specific guidelines linked there.', ) core.setFailed('Committers: merging is discouraged.')