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

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


The following commit(s) were added to refs/heads/main by this push:
     new 13e4905a60 Bump stalebot to version 9 (#36494)
13e4905a60 is described below

commit 13e4905a60011e162f34e86a77acfcb4af874685
Author: Elad Kalif <[email protected]>
AuthorDate: Sat Dec 30 12:08:08 2023 +0200

    Bump stalebot to version 9 (#36494)
---
 .github/workflows/recheck-old-bug-report.yml | 8 +++++---
 .github/workflows/stale.yml                  | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/recheck-old-bug-report.yml 
b/.github/workflows/recheck-old-bug-report.yml
index 7c3adcd0a6..462c51362b 100644
--- a/.github/workflows/recheck-old-bug-report.yml
+++ b/.github/workflows/recheck-old-bug-report.yml
@@ -28,7 +28,7 @@ jobs:
   recheck-old-bug-report:
     runs-on: "ubuntu-22.04"
     steps:
-      - uses: actions/stale@v8
+      - uses: actions/stale@v9
         with:
           only-issue-labels: 'kind:bug'
           stale-issue-label: 'Stale Bug Report'
@@ -38,8 +38,10 @@ jobs:
           # scan only issues: https://github.com/actions/stale/issues/837
           # To avoid this job scanning also PRs and setting the defaults of 
the bot to them,
           # we set high number of days thus effectively this job will not do 
any changes on PRs
-          days-before-pr-stale: 7000
-          days-before-pr-close: 7000
+          # Possible workaround with -1 as mentioned in
+          # 
https://github.com/actions/stale/issues/1112#issuecomment-1871654196
+          days-before-pr-stale: -1
+          days-before-pr-close: -1
           remove-stale-when-updated: false
           remove-issue-stale-when-updated: true
           labels-to-add-when-unstale: 'needs-triage'
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index fb680826aa..953369a0ae 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -29,7 +29,7 @@ jobs:
   stale:
     runs-on: "ubuntu-22.04"
     steps:
-      - uses: actions/stale@v8
+      - uses: actions/stale@v9
         with:
           stale-pr-message: >
             This pull request has been automatically marked as stale because 
it has not had

Reply via email to