Skip to content

Commit 2ec5d79

Browse files
authored
Remove commit message check (#65)
This patch removes the automatic checks of the commit messages since these checks were confusing and also not considered by the contributors.
1 parent 89e946b commit 2ec5d79

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ jobs:
88
steps:
99
- uses: actions/checkout@master
1010

11-
- name: Check the commit message(s)
12-
uses: mristin/[email protected]
13-
1411
- name: Install schema-validation
1512
working-directory: schemas
1613
run: powershell .\InstallSchemaValidation.ps1

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/cr
2020
automatically through Github actions to verify that the submitted changes are
2121
valid.
2222

23-
## Commit Messages
23+
## Recommendation for Commit Messages
2424

2525
The commit messages follow the guidelines from
2626
from https://chris.beams.io/posts/git-commit:

0 commit comments

Comments
 (0)