You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ab...@apache.org on 2023/05/12 06:15:36 UTC

[druid] branch master updated: Tune stale bot to pick older issues first (#14267)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9eebeead44 Tune stale bot to pick older issues first (#14267)
9eebeead44 is described below

commit 9eebeead4472a44f31cdc2b9fd48919f89446ea2
Author: Abhishek Agarwal <14...@users.noreply.github.com>
AuthorDate: Fri May 12 11:45:29 2023 +0530

    Tune stale bot to pick older issues first (#14267)
---
 .github/workflows/stale.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 506982a6d4..950526df63 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -94,3 +94,5 @@ jobs:
             Stable API
           exempt-milestones: true
           exempt-assignees: true
+          ascending: true
+          operations-per-run: 50 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org