From d51e848a072b07c6391615f4c1d9ac96ba3739f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=AC=EF=BC=B6=EF=BC=A3=20=CE=9B?= Date: Sun, 9 Feb 2025 12:05:28 +0100 Subject: [PATCH] Update commit-check.yml Update the commit check rules --- .github/workflows/commit-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-check.yml b/.github/workflows/commit-check.yml index 3445954..27162f9 100644 --- a/.github/workflows/commit-check.yml +++ b/.github/workflows/commit-check.yml @@ -22,7 +22,7 @@ jobs: with: message: true branch: true - author-name: true + author-name: false author-email: true commit-signoff: true merge-base: false