jbonofre commented on code in PR #10134:
URL: https://github.com/apache/iceberg/pull/10134#discussion_r1564461947


##########
.github/workflows/stale.yml:
##########
@@ -47,5 +46,13 @@ jobs:
           close-issue-message: >
             This issue has been closed because it has not received any 
activity in the last 14 days
             since being marked as 'stale'
+          # stale PRs
+          stale-pr-label: 'stale'
+          exempt-pr-labels: 'not-stale,security'
+          stale-pr-message: 'This pull request has been marked as stale due to 
30 days of inactivity. It will be closed in 1 week if no further activity 
occurs. If you think that’s incorrect or this pull request requires a review, 
please simply write any comment. If closed, you can revive the PR at any time 
and @mention a reviewer or discuss it on the d...@iceberg.apache.org list. 
Thank you for your contributions.'
+          close-pr-message: 'This pull request has been closed due to lack of 
activity. This is not a judgement on the merit of the PR in any way. It is just 
a way of keeping the PR queue manageable. If you think that is incorrect, or 
the pull request requires review, you can revive the PR at any time.'
+          stale-pr-label: 'stale'
+          days-before-pr-stale: 30
+          days-before-pr-close: 7
           ascending: true
-          operations-per-run: 100
+          operations-per-run: 1000

Review Comment:
   I set 1000 here for debugging first (to be back on 100 later). I think 100 
is decent number (it's the same of the batch, it won't "limit" the issues/PRs 
considered to 100 actually). Let me back to 100 (debugging is probably not 
required if it works fine :)).



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

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to