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
- By default, the rule follows [Conventional Branch](https://conventional-branch.github.io/).
104
+
- **Description**: check git branch name following [Conventional Branch](https://conventional-branch.github.io/).
89
105
- Default: `true`
90
106
91
107
### `author-name`
92
108
93
109
- **Description**: check committer author name.
94
-
- Default: `true`
110
+
- Default: `false`
95
111
96
112
### `author-email`
97
113
98
114
- **Description**: check committer author email.
99
-
- Default: `true`
115
+
- Default: `false`
100
116
101
117
### `dry-run`
102
118
@@ -118,7 +134,7 @@ jobs:
118
134
>
119
135
> 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).
120
136
121
-
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.
137
+
Note: the default rule of above inputs is following [this configuration](https://github.com/commit-check/commit-check-action/blob/main/commit-check.toml). If you want to customize, just add your [`commit-check.toml`](https://commit-check.github.io/commit-check/configuration.html) config file under your repository root directory.
0 commit comments