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
update thread-comments default value to false #46 (#47)
* change thread-comments default value to false #46
* remove use of TOKEN when fetching thread comments
This should resolve#46. It will not affect the fix for private repos since thread comments are now auto-disabled for private repos.
Co-authored-by: Brendan <2bndy5@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ jobs:
115
115
-**Description**: Set this option to false to disable the use of thread comments as feedback.
116
116
- To use thread comments, the `GITHUB_TOKEN` (provided by Github to each repository) must be declared as an environment
117
117
variable. See [Authenticating with the GITHUB_TOKEN](https://docs.github.com/en/actions/reference/authentication-in-a-workflow)
118
-
- Default: true
118
+
- Default: false
119
119
- NOTE: If run on a private repository, then this feature is disabled because the GitHub REST API behaves differently for thread comments on a private repository.
0 commit comments