|
3 | 3 | [](https://github.com/commit-check/commit-check-action/actions/workflows/main.yaml)
|
4 | 4 | [](https://github.com/commit-check/commit-check-action/actions/workflows/commit-check.yml)
|
5 | 5 | 
|
6 |
| -[](https://github.com/commit-check/commit-check-action/network/dependents)<!-- used by badge --> |
| 6 | +[](https://github.com/commit-check/commit-check-action/network/dependents)<!-- used by badge --> |
7 | 7 | [](https://github.com/marketplace/actions/commit-check-action)
|
8 | 8 |
|
9 | 9 | A Github Action for checking commit message formatting, branch naming, committer name, email, commit signoff and more.
|
|
54 | 54 | pr-comments: ${{ github.event_name == 'pull_request' }}
|
55 | 55 | ```
|
56 | 56 |
|
| 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> |
| 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> |
| 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> |
| 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> |
| 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 | +
|
57 | 73 | ## Optional Inputs
|
58 | 74 |
|
59 | 75 | ### `message`
|
|
65 | 81 | ### `branch`
|
66 | 82 |
|
67 | 83 | - **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/). |
69 | 85 | - Default: `true`
|
70 | 86 |
|
71 | 87 | ### `author-name`
|
|
0 commit comments