Make the moderator run on new issues opened. (#10680)

This commit is contained in:
Alessandro Jean 2022-02-03 18:03:11 -03:00 committed by GitHub
parent 3a6859315c
commit 6d89ecf346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
name: Issue moderator
on:
issues:
types: [opened]
issue_comment:
types: [created]