Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 authored Nov 13, 2023
1 parent 5f07d64 commit 89a83d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
with:
style: file
# The following value will only update a single comment
# in a pull request's thread. Set it to false to disable the comment. # Set it to true to post a new comment (and delete the old comment).
# in a pull request's thread. Set it to false to disable the comment.
# Set it to true to post a new comment (and delete the old comment).
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}

- name: Fail fast?!
Expand Down Expand Up @@ -137,7 +138,7 @@ jobs:

- **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).
- See `thread-comments` option for further details.
- Default: true (as is no LGTM comment used)
- Default: true (meaning no LGTM comment used)

#### `step-summary`

Expand Down

0 comments on commit 89a83d4

Please sign in to comment.