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

etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new b3273276fa Infra: Check stale issues in ascending order (#9489)
b3273276fa is described below

commit b3273276fa4bac384b2429b7218fd18b242beefe
Author: Manu Zhang <[email protected]>
AuthorDate: Wed Jan 17 18:37:08 2024 +0800

    Infra: Check stale issues in ascending order (#9489)
    
    We have so many issues that only latest ones are checked for staleness due 
to rate limit
---
 .github/workflows/stale.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 3c98621c2b..a9eb38de0a 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -47,3 +47,4 @@ 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'
+          ascending: true

Reply via email to