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 16:18:33 UTC

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

srowen commented on a change in pull request #26877: [SPARK-30173] Automatically close stale PRs
URL: https://github.com/apache/spark/pull/26877#discussion_r357722326
 
 

 ##########
 File path: .github/workflows/stale.yml
 ##########
 @@ -0,0 +1,21 @@
+name: Close stale PRs
+
+on:
+  schedule:
+  - cron: "0 * * * *"
+
+jobs:
+  stale:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/stale@v1.1.0
+      with:
+        repo-token: ${{ secrets.GITHUB_TOKEN }}
+        stale-pr-message: |
+          We're closing this PR because it hasn't been updated in a while.
+          This isn't a judgement on the merit of the PR in any way. It's just
+          a way of keeping the PR queue manageable.
+
+          If you'd like to revive this PR, please reopen it!
+        days-before-stale: 3650
 
 Review comment:
   Both. I think this number has to be lower. Oops, I meant 100 days not 1000 BTW. Also I don't think we have to warn before closing.

----------------------------------------------------------------
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