]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔧 Configure reminder for `waiting` label in `issue-manager` (#1609)
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Tue, 21 Oct 2025 10:45:57 +0000 (12:45 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Oct 2025 10:45:57 +0000 (12:45 +0200)
Configure reminder for waiting lable in issue manager config

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
.github/workflows/issue-manager.yml

index 90d3d5fd4f9bb23f197eded2cc0ab6fcae7d7cce..137ed16de33b194899d082126a9f5993fb143b6e 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,