ci/github-script/lint-commits: fix link to commit conventions (#499690)

This commit is contained in:
Michael Daniels
2026-03-13 22:32:25 +00:00
committed by GitHub
+1 -1
View File
@@ -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, ' +
'<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.')