Skip to content

Commit

Permalink
[core] Add comment explaining the frequency of no-response action runs (
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored Mar 19, 2024
1 parent e1a6cc3 commit d6dfd35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
issue_comment:
types: [created]
schedule:
# Schedule for 12am and 12pm UTC
# 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 12 am, 12 pm
- cron: '0 0,12 * * *'

permissions: {}
Expand Down

0 comments on commit d6dfd35

Please sign in to comment.