Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Aug 7, 2021
1 parent 1dc33ce commit 352d5b7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# hide-comment-action [![ts](https://github.com/int128/hide-comment-action/actions/workflows/ts.yaml/badge.svg)](https://github.com/int128/hide-comment-action/actions/workflows/ts.yaml)

This is an action to hide comment(s) in a pull request.
This is an action to hide (minimize) comments in a pull request.

![screenshot](https://user-images.githubusercontent.com/321266/128599297-0edb5a92-7c83-42c7-9f8a-8946b4049ed3.png)


## Getting Started
Expand All @@ -9,8 +11,7 @@ To run this action:

```yaml
jobs:
build:
runs-on: ubuntu-latest
hide:
steps:
- uses: int128/hide-comment-action@v1
with:
Expand All @@ -25,7 +26,9 @@ This action hides comment(s) which matches to the following filters:
- The author of comment is one of `authors`
- The comment is not hidden

It hides all comments created by `github-actions` by default.
It hides all comment(s) created by `github-actions` by default.

It hides comment(s) only if triggered on a pull request event.


## Inputs
Expand Down

0 comments on commit 352d5b7

Please sign in to comment.