diff --git a/.commit-check.yml b/.commit-check.yml index 35052d6..f1f725f 100644 --- a/.commit-check.yml +++ b/.commit-check.yml @@ -15,7 +15,7 @@ checks: suggest: run command `git checkout -b type/branch_name` - check: author_name - regex: ^[A-Za-z ,.\'-]+$|.*(\[bot]) + regex: ^[A-Za-zÀ-ÖØ-öø-ÿ\u0100-\u017F\u0180-\u024F ,.\'-]+$|.*(\[bot]) error: The committer name seems invalid suggest: run command `git config user.name "Your Name"` diff --git a/README.md b/README.md index 10a43ff..9e9df7b 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ [](https://github.com/commit-check/commit-check-action/actions/workflows/main.yaml) [](https://github.com/commit-check/commit-check-action/actions/workflows/commit-check.yml)  -[](https://github.com/commit-check/commit-check-action/network/dependents) +[](https://github.com/commit-check/commit-check-action/network/dependents) [](https://github.com/marketplace/actions/commit-check-action) +[](https://github.com/commit-check/commit-check-action/blob/a2873ca0482dd505c93fb51861c953e82fd0a186/action.yml#L59-L69) A Github Action for checking commit message formatting, branch naming, committer name, email, commit signoff and more. @@ -54,6 +55,26 @@ jobs: pr-comments: ${{ github.event_name == 'pull_request' }} ``` +## Used By + +
+
+ Apache
+
+ discovery-unicamp
+
+ Texas Instruments
+
+ OpenCADC
+
+ Extrawest
+
+ Chainlift
+
+ Mila
+ and many more.
+