Skip to content

Commit

Permalink
Change no-response job interval [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Mar 4, 2024
1 parent cd9c237 commit b454fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-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 five minutes after the hour, every 6th hour
- cron: '5 */6 * * *'

jobs:
noResponse:
Expand Down

0 comments on commit b454fe3

Please sign in to comment.