This is an automated email from the ASF dual-hosted git repository.
kaxilnaik 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 7bf933192d Shorten time for stale bot on pending-response label
(#34028)
7bf933192d is described below
commit 7bf933192d845f85abce56483e3f395247e60b68
Author: Elad Kalif <[email protected]>
AuthorDate: Sat Sep 2 01:10:21 2023 +0300
Shorten time for stale bot on pending-response label (#34028)
---
.github/workflows/stale.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index d149792076..92e31cc685 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -40,10 +40,10 @@ jobs:
exempt-pr-labels: 'pinned,security'
only-issue-labels: 'pending-response'
remove-stale-when-updated: true
- days-before-issue-stale: 30
+ days-before-issue-stale: 14
days-before-issue-close: 7
stale-issue-message: >
- This issue has been automatically marked as stale because it has
been open for 30 days
+ This issue has been automatically marked as stale because it has
been open for 14 days
with no response from the author. It will be closed in next 7 days
if no further
activity occurs from the issue author.
close-issue-message: >