Skip to content

Commit

Permalink
[core] Lower the frequency of no-response action runs (#12491)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Mar 19, 2024
1 parent 5e1718e commit 1eec2ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ on:
issue_comment:
types: [created]
schedule:
# Schedule for five minutes after the hour, every hour
- cron: '5 * * * *'
# These runs in our repos are spread evenly throughout the day to avoid hitting rate limits.
# If you change this schedule, consider changing the remaining repositories as well.
# Runs at 3 am, 3 pm
- cron: '0 3,15 * * *'

permissions: {}

Expand Down

0 comments on commit 1eec2ea

Please sign in to comment.