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
[](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 -->
- **Description**: check current branch is rebased onto target branch.
89
+
- Default: `false`
90
+
91
+
> [!IMPORTANT]
92
+
> `merge-base` is an experimental feature. by default it's disable.
93
+
>
94
+
> To use this feature, you need fetch all history for all branches by setting `fetch-depth: 0` in `actions/checkout`.
74
95
75
96
### `dry-run`
76
97
77
98
- **Description**: run checks without failing. exit code is 0 otherwise is 1.
78
-
- Default: 'false'
99
+
- Default: `false`
79
100
80
101
### `job-summary`
81
102
82
-
- **Description**: display job summary to the workflow run
83
-
- Default: 'true'
103
+
- **Description**: display job summary to the workflow run.
104
+
- Default: `true`
84
105
85
106
### `pr-comments`
86
107
87
-
- **Description**: post results to the pull request comments
88
-
- Default: 'true'
108
+
- **Description**: post results to the pull request comments.
109
+
- Default: `false`
89
110
90
111
> [!IMPORTANT]
91
-
> This is a experimental feature
92
-
> use it you need to set `GITHUB_TOKEN` in the GitHub Action.
112
+
> `pr-comments` is an experimental feature. by default it's disable. To use it you need to set `GITHUB_TOKEN` in the GitHub Action.
113
+
>
114
+
> 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).
93
115
94
116
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.
95
117
96
-
## GitHub Action job summary
118
+
## GitHub Action Job Summary
97
119
98
120
By default, commit-check-action results are shown on the job summary page of the workflow.
0 commit comments