mumrah commented on code in PR #17166:
URL: https://github.com/apache/kafka/pull/17166#discussion_r1755312536


##########
.github/workflows/stale.yml:
##########
@@ -42,14 +42,21 @@ jobs:
         with:
           debug-only: ${{ inputs.dryRun || false }}
           operations-per-run: ${{ inputs.operationsPerRun || 100 }}
+          ascending: true
           days-before-stale: 90
-          days-before-close: -1
+          days-before-close: 120

Review Comment:
   From the actions/stale docs
   
   > It means that any updates made, or any comments added to the issues or to 
the pull requests will restart the counter of days before marking as stale.
   
   So, if the contributor adds a comment, it will reset the counter for being 
stale. I'll clarify this in the stale message.
   
   There is probably some additional automation we can look into for raising 
our attention to do reviews.
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to