Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Feb 18, 2021
1 parent d1a0a8f commit a4a5bc4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ Maintain just one comment in Issue and PR.
- When the **filtered comments** is only one, this comment will be updated
- When the number of **filtered comments** exceeds 1, no operation will be performed

## Preview
- Issue: https://github.com/actions-cool/maintain-one-comment/issues/1
- PR:
## How to use?
```yml
name: Maintain One Comment

on: [issues, pull_request]
on:
issues:
types: [opened, edited]
issue_comment:
types: [created, edited]
pull_request:
types: [assigned, opened, synchronize, edited]

jobs:
comment:
Expand Down

0 comments on commit a4a5bc4

Please sign in to comment.