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
- **Description**: check current branch is rebased onto target branch.
80
-
- Default: 'false'
89
+
- Default: `false`
81
90
82
91
> [!IMPORTANT]
83
92
> `merge-base` is an experimental feature. by default it's disable.
@@ -87,17 +96,17 @@ jobs:
87
96
### `dry-run`
88
97
89
98
- **Description**: run checks without failing. exit code is 0 otherwise is 1.
90
-
- Default: 'false'
99
+
- Default: `false`
91
100
92
101
### `job-summary`
93
102
94
103
- **Description**: display job summary to the workflow run.
95
-
- Default: 'true'
104
+
- Default: `true`
96
105
97
106
### `pr-comments`
98
107
99
108
- **Description**: post results to the pull request comments.
100
-
- Default: 'false'
109
+
- Default: `false`
101
110
102
111
> [!IMPORTANT]
103
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.
@@ -106,29 +115,29 @@ jobs:
106
115
107
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.
108
117
109
-
## GitHub Action job summary
118
+
## GitHub Action Job Summary
110
119
111
120
By default, commit-check-action results are shown on the job summary page of the workflow.
0 commit comments