Skip to content

Commit ba56e41

Browse files
richardlaudanielleadams
authored andcommitted
build: drop shortened URL from lint-commit-message
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: #42168 Refs: nodejs/core-validate-commit#95 Refs: #41697 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 19b62dd commit ba56e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: First commit message adheres to guidelines at https://goo.gl/p2fr5Q
1+
name: First commit message adheres to guidelines
22

33
on: [pull_request]
44

0 commit comments

Comments
 (0)