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
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,6 @@ jobs:
52
52
with:
53
53
fetch-depth: 0# Required for merge-base checks
54
54
- uses: commit-check/commit-check-action@v2
55
-
env:
56
-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed for PR comments
57
55
with:
58
56
message: true
59
57
branch: true
@@ -123,7 +121,7 @@ jobs:
123
121
- Default: `false`
124
122
125
123
> [!IMPORTANT]
126
-
> `pr-comments` is an experimental feature. By default, it's disabled. To use it, you need to set `GITHUB_TOKEN` in the GitHub Action.
124
+
> `pr-comments` is an experimental feature. By default, it's disabled.
127
125
>
128
126
> 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).
0 commit comments