From a4a5bc4773bf9d8b096d6b8bb0e42477d2475968 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Thu, 18 Feb 2021 14:31:41 +0800 Subject: [PATCH] docs: update --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec3b41a..e44e358 100644 --- a/README.md +++ b/README.md @@ -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: