You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by kn...@apache.org on 2021/05/19 08:09:55 UTC

[flink-jira-bot] 33/47: [FLINK-22340] set stale_assigned.stale_days to 14

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 <kn...@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.'