You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> `pr-comments` is an experimental feature. By default, it's disabled. To use it, you need to set `GITHUB_TOKEN` in the GitHub Action.
139
141
>
140
142
> This feature currently doesn’t work with forked repositories. For more details, refer to issue [#77](https://github.com/commit-check/commit-check-action/issues/77).
143
+
### `author-name-match-github`
144
+
145
+
- **Description**: check if committer name matches GitHub user profile.
146
+
- Default: `false`
147
+
148
+
> [!IMPORTANT]
149
+
> `author-name-match-github` requires `GITHUB_TOKEN` to be set in the GitHub Action to access the GitHub API.
150
+
151
+
### `author-email-match-github`
152
+
153
+
- **Description**: check if committer email matches GitHub user profile.
154
+
- Default: `false`
155
+
156
+
> [!IMPORTANT]
157
+
> `author-email-match-github` requires `GITHUB_TOKEN` to be set in the GitHub Action to access the GitHub API.
141
158
142
159
Note: the default rule of above inputs is following [this configuration](https://github.com/commit-check/commit-check/blob/main/.commit-check.yml). If you want to customize, just add your `.commit-check.yml` config file under your repository root directory.
0 commit comments