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**: Set this option to true to enable the use of thread comments as feedback.
130
+
-**Description**: Set this option to true to enable the use of thread comments as feedback. Set this to 'update' to update an existing comment if one exists; the value 'true' will always delete an old comment and post a new one if necessary.
128
131
- To use thread comments, the `GITHUB_TOKEN` (provided by Github to each repository) must be declared as an environment
129
132
variable. See [Authenticating with the GITHUB_TOKEN](https://docs.github.com/en/actions/reference/authentication-in-a-workflow)
130
133
- Default: false
131
134
- 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.
132
135
136
+
#### `no-lgtm`
137
+
138
+
-**Description**: Set this option to true or false to enable or disable the use of a thread comment that basically says 'Looks Good To Me' (when all checks pass).
139
+
- See `thread-comments` option for further details.
140
+
- Default: true (as is no LGTM comment used)
141
+
133
142
#### `step-summary`
134
143
135
144
-**Description**: Set this option to true to append content as part of workflow's job summary.
0 commit comments