From 3391f2daa5cc06dcf14db2074ea1097450823b5f Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 3 Mar 2022 16:15:47 +0000 Subject: [PATCH] build: drop shortened URL from lint-commit-message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The shortened link to the commit message guidelines no longer works after they were moved from `docs/guides` to `docs/contributing`. Now that `core-validate-commit` outputs an error message pointing to the full URL of the commit message guidelines on failure we no longer need to include the URL (shortened or otherwise) in the workflow title. PR-URL: https://github.com/nodejs/node/pull/42168 Refs: https://github.com/nodejs/core-validate-commit/pull/95 Refs: https://github.com/nodejs/node/issues/41697 Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott Reviewed-By: Michaƫl Zasso Reviewed-By: Mestery Reviewed-By: Luigi Pinca Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Darshan Sen --- .github/workflows/commit-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index 56da77c36db733..d0754d56035e54 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -1,4 +1,4 @@ -name: First commit message adheres to guidelines at https://goo.gl/p2fr5Q +name: First commit message adheres to guidelines on: [pull_request]