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

knaufk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-jira-bot.git

commit 0b934ae3036d494f830d80db41bb639b6b25c41b
Author: Konstantin Knauf <knauf.konstan...@gmail.com>
AuthorDate: Fri Apr 23 14:33:15 2021 +0200

    [FLINK-22340] set stale_assigned.stale_days to 14
---
 config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.yaml b/config.yaml
index d0e7aff..9428f9a 100644
--- a/config.yaml
+++ b/config.yaml
@@ -17,7 +17,7 @@
 
################################################################################
 
 stale_assigned:
-    stale_days: 7
+    stale_days: 14
     warning_days: 7
     warning_label: "stale-assigned"
     warning_comment: 'This issue is assigned but has not received an update in 
{stale_days} days so it has been labeled "{warning_label}". If you are still 
working on the issue, please give an update and remove the label. If you are no 
longer working on the issue, please unassign so someone else may work on it. In 
{warning_days} days the issue will be automatically unassigned.'

Reply via email to