nchammas commented on a change in pull request #26877: [SPARK-30173] Automatically close stale PRs URL: https://github.com/apache/spark/pull/26877#discussion_r357688449
########## File path: .github/workflows/stale.yml ########## @@ -0,0 +1,21 @@ +name: Close stale PRs + +on: + schedule: + - cron: "0 * * * *" Review comment: `0 * * * *` is [on the hour every hour](https://crontab.guru/#0_*_*_*_*). How about we set to to run daily, at least at the beginning, so that it can process the backlog in a decent amount of time? There is a [rate limit](https://github.com/actions/stale/blob/0d6a8e531449ecb97c9b6046b6b5d8eeac8b5115/action.yml#L28-L30) on actions taken. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
