You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/13 15:07:26 UTC

[GitHub] [spark] nchammas commented on a change in pull request #26877: [SPARK-30173] Automatically close stale PRs

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org