Skip to content

Commit

Permalink
Use an array for the event types for future proofing
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-dohm committed Apr 16, 2021
1 parent 4bb6857 commit 697f21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/no-response.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: No Response

on:
issue_comment:
types: created
types: [created]

schedule:
# Schedule for five minutes after the hour every hour
Expand Down

0 comments on commit 697f21f

Please sign in to comment.