Skip to content

Commit

Permalink
Run no response bot daily (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Feb 15, 2023
1 parent 19b9ad4 commit c706484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/no-response.yml
Expand Up @@ -8,8 +8,8 @@ on:
issue_comment:
types: [created]
schedule:
# Schedule for five minutes after the hour, every hour
- cron: '5 * * * *'
# Every day at 8am
- cron: '0 8 * * *'

# All permissions not specified are set to 'none'.
permissions:
Expand Down

0 comments on commit c706484

Please sign in to comment.