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

This commit is contained in:
Motov Yurii 2025-10-11 21:36:25 +02:00 committed by GitHub
parent 414f961f1f
commit 7f810ca93b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -38,7 +38,11 @@ jobs:
}, },
"waiting": { "waiting": {
"delay": 2628000, "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": { "invalid": {
"delay": 0, "delay": 0,