This is an automated email from the ASF dual-hosted git repository.
potiuk 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 a4903ee950 change order of issues for stale bot (#33208)
a4903ee950 is described below
commit a4903ee950c674ec9e999a7a6de2ffd6d334c525
Author: eladkal <[email protected]>
AuthorDate: Wed Aug 9 12:37:11 2023 +0300
change order of issues for stale bot (#33208)
---
.github/workflows/recheck-old-bug-report.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/recheck-old-bug-report.yml
b/.github/workflows/recheck-old-bug-report.yml
index 093e5df4ef..f0c8856e55 100644
--- a/.github/workflows/recheck-old-bug-report.yml
+++ b/.github/workflows/recheck-old-bug-report.yml
@@ -43,6 +43,7 @@ jobs:
remove-stale-when-updated: false
remove-issue-stale-when-updated: true
labels-to-add-when-unstale: 'needs-triage'
+ ascending: true
stale-issue-message: >
This issue has been automatically marked as stale because it has
been open for 365 days
without any activity. There has been several Airflow releases
since last activity on this issue.