]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
Configure reminder for `waiting` label in `issue-manager` issue-manager-enable-notification-before-close 14156/head
authorYurii Motov <yurii.motov.monte@gmail.com>
Sat, 4 Oct 2025 05:58:59 +0000 (07:58 +0200)
committerYurii Motov <yurii.motov.monte@gmail.com>
Sat, 4 Oct 2025 05:58:59 +0000 (07:58 +0200)
.github/workflows/issue-manager.yml

index b587d15e6a651bc7df50a11dbe43acce4a8e1066..f40ec4dc47f6cc465b17c3925c7a3971a99f0c1c 100644 (file)
@@ -38,7 +38,11 @@ jobs:
               },
               "waiting": {
                 "delay": 2628000,
-                "message": "As this PR has been waiting for the original user for a while but seems to be inactive, it's now going to be closed. But if there's anyone interested, feel free to create a new PR."
+                "message": "As this PR has been waiting for the original user for a while but seems to be inactive, it's now going to be closed. But if there's anyone interested, feel free to create a new PR.",
+                "reminder": {
+                    "before": "P3D",
+                    "message": "Heads-up: this will be closed in 3 days unless there’s new activity."
+                }
               },
               "invalid": {
                 "delay": 0,