Skip to content

Commit

Permalink
Relax no-response bot, avoid running it every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Apr 13, 2024
1 parent dce5ce0 commit a0ab724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
issue_comment:
types: [created]
schedule:
# Schedule for five minutes after the hour, every hour
- cron: '5 * * * *'
# Schedule for an arbitrary time (4am) once every day
- cron: '* 4 * * *'

jobs:
noResponse:
Expand Down

0 comments on commit a0ab724

Please sign in to comment.