From: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:45:57 +0000 (+0200) Subject: 🔧 Configure reminder for `waiting` label in `issue-manager` (#1609) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d2ba6fab7e9e24ee9a665134c93f18003b8b617;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔧 Configure reminder for `waiting` label in `issue-manager` (#1609) Configure reminder for waiting lable in issue manager config Co-authored-by: Sofie Van Landeghem --- diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml index 90d3d5fd..137ed16d 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -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,