Skip to content

Commit

Permalink
[chore] Reduce close-stale frequency (open-telemetry#22844)
Browse files Browse the repository at this point in the history
Update close-stale.yaml
  • Loading branch information
TylerHelmuth committed May 27, 2023
1 parent 201e657 commit d6c8a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Close stale issues and pull requests"
on:
workflow_dispatch:
schedule:
- cron: "12 2-5 * * *" # arbitrary time not to DDOS GitHub
- cron: "12 5 * * *" # arbitrary time not to DDOS GitHub

jobs:
stale:
Expand Down

0 comments on commit d6c8a06

Please sign in to comment.