This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c3de469139 HDDS-11370. Addendum: increase operations-per-run for 
stale action (#9280)
8c3de469139 is described below

commit 8c3de469139c2e8ec790a6438dfcbafbf415d384
Author: Sarveksha Yeshavantha Raju 
<[email protected]>
AuthorDate: Tue Nov 11 16:47:36 2025 +0530

    HDDS-11370. Addendum: increase operations-per-run for stale action (#9280)
---
 .github/workflows/close-stale-prs.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/close-stale-prs.yaml 
b/.github/workflows/close-stale-prs.yaml
index 6e4ef57f88f..a48ebdf3f7c 100644
--- a/.github/workflows/close-stale-prs.yaml
+++ b/.github/workflows/close-stale-prs.yaml
@@ -33,6 +33,6 @@ jobs:
           days-before-pr-stale: 21
           days-before-pr-close: 7
           remove-pr-stale-when-updated: true
-          operations-per-run: 150
+          operations-per-run: 500
           stale-pr-message: 'This PR has been marked as stale due to 21 days 
of inactivity. Please comment or remove the stale label to keep it open. 
Otherwise, it will be automatically closed in 7 days.'
           close-pr-message: 'Thank you for your contribution. This PR is being 
closed due to inactivity. If needed, feel free to reopen it.'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to