Skip to content

Commit c9a3b05

Browse files
authored
Merge branch 'main' into verify-artifact-attestations
2 parents 76760e7 + 2f0715b commit c9a3b05

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

.commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ checks:
1515
suggest: run command `git checkout -b type/branch_name`
1616

1717
- check: author_name
18-
regex: ^[A-Za-z ,.\'-]+$|.*(\[bot])
18+
regex: ^[A-Za-zÀ-ÖØ-öø-ÿ\u0100-\u017F\u0180-\u024F ,.\'-]+$|.*(\[bot])
1919
error: The committer name seems invalid
2020
suggest: run command `git config user.name "Your Name"`
2121

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Main](https://github.com/commit-check/commit-check-action/actions/workflows/main.yaml/badge.svg)](https://github.com/commit-check/commit-check-action/actions/workflows/main.yaml)
44
[![Commit Check](https://github.com/commit-check/commit-check-action/actions/workflows/commit-check.yml/badge.svg)](https://github.com/commit-check/commit-check-action/actions/workflows/commit-check.yml)
55
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/commit-check/commit-check-action)
6-
[![Used by](https://img.shields.io/static/v1?label=Used%20by&message=43&color=informational&logo=slickpic)](https://github.com/commit-check/commit-check-action/network/dependents)<!-- used by badge -->
6+
[![Used by](https://img.shields.io/static/v1?label=Used%20by&message=55&color=informational&logo=slickpic)](https://github.com/commit-check/commit-check-action/network/dependents)<!-- used by badge -->
77
[![GitHub marketplace](https://img.shields.io/badge/Marketplace-commit--check--action-blue)](https://github.com/marketplace/actions/commit-check-action)
88

99
A Github Action for checking commit message formatting, branch naming, committer name, email, commit signoff and more.
@@ -54,6 +54,22 @@ jobs:
5454
pr-comments: ${{ github.event_name == 'pull_request' }}
5555
```
5656
57+
## Used By
58+
59+
<p align="center">
60+
<a href="https://github.com/apache"><img src="https://avatars.githubusercontent.com/u/47359?s=200&v=4" alt="Apache" width="28"/></a>
61+
<strong>Apache</strong>&nbsp;&nbsp;
62+
<a href="https://github.com/discovery-unicamp"><img src="https://avatars.githubusercontent.com/u/112810766?s=200&v=4" alt="discovery-unicamp" width="28"/></a>
63+
<strong>discovery-unicamp</strong>&nbsp;&nbsp;
64+
<a href="https://github.com/TexasInstruments"><img src="https://avatars.githubusercontent.com/u/24322022?s=200&v=4" alt="Texas Instruments" width="28"/></a>
65+
<strong>Texas Instruments</strong>&nbsp;&nbsp;
66+
<a href="https://github.com/opencadc"><img src="https://avatars.githubusercontent.com/u/13909060?s=200&v=4" alt="OpenCADC" width="28"/></a>
67+
<strong>OpenCADC</strong>&nbsp;&nbsp;
68+
<a href="https://github.com/extrawest"><img src="https://avatars.githubusercontent.com/u/39154663?s=200&v=4" alt="Extrawest" width="28"/></a>
69+
<strong>Extrawest</strong>
70+
<strong> and <a href="https://github.com/commit-check/commit-check-action/network/dependents">many more</a>.</strong>
71+
</p>
72+
5773
## Optional Inputs
5874
5975
### `message`
@@ -65,7 +81,7 @@ jobs:
6581
### `branch`
6682

6783
- **Description**: check git branch naming convention.
68-
- By default follow bitbucket [conventional branch](https://conventional-branch.github.io/).
84+
- By default the rule follows [conventional branch](https://conventional-branch.github.io/).
6985
- Default: `true`
7086

7187
### `author-name`

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install commit-check CLI
22
# For details please see: https://github.com/commit-check/commit-check
3-
commit-check==0.9.2
3+
commit-check==0.9.5
44
# Interact with the GitHub API.
5-
PyGithub==2.5.0
5+
PyGithub==2.6.1

0 commit comments

Comments
 (0)