perf: expand duplicate action (#40)

* perf: expand duplicate action

* up
This commit is contained in:
xrkffgg
2021-01-13 11:08:56 +08:00
committed by GitHub
parent c7cf5de709
commit 7619e79b94
6 changed files with 90 additions and 90 deletions

View File

@@ -360,14 +360,14 @@ jobs:
#### `mark-duplicate`
Quickly mark duplicate questions, only for issue new comments.
Quickly mark duplicate questions, only for issue new comments or edit comments.
```yml
name: Issue Mark Duplicate
on:
issue_comment:
types: [created]
types: [created, edited]
jobs:
mark-duplicate: