Unverified Commit 24a0f2bf authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

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

parents 6eee7deb 7d1f3b5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.')