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 -->
- By default follow bitbucket [branching model](https://support.atlassian.com/bitbucket-cloud/docs/configure-a-projects-branching-model/).
57
+
- By default follow bitbucket [conventional branch](https://conventional-branch.github.io/).
51
58
- Default: 'true'
52
59
53
60
### `author-name`
@@ -72,22 +79,41 @@ jobs:
72
79
73
80
### `job-summary`
74
81
75
-
- **Description**: display job summary to a workflow run
82
+
- **Description**: display job summary to the workflow run
76
83
- Default: 'true'
77
84
85
+
### `pr-comments`
86
+
87
+
- **Description**: post results to the pull request comments
88
+
- Default: 'true'
89
+
90
+
> [!IMPORTANT]
91
+
> This is a experimental feature
92
+
> use it you need to set `GITHUB_TOKEN` in the GitHub Action.
93
+
78
94
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.
79
95
80
96
## GitHub Action job summary
81
97
82
-
By default, commit-check-action results are shown on the job summary page of the workflow.
98
+
By default, commit-check-action results are shown on the job summary page of the workflow.
0 commit comments