🔧 Configure reminder for waiting label in issue-manager (#1609)

Configure reminder for waiting lable in issue manager config

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
Motov Yurii
2025-10-21 12:45:57 +02:00
committed by GitHub
parent c14e926ce6
commit 5d2ba6fab7

View 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 theres new activity."
}
},
"invalid": {
"delay": 0,