🔧 Fix issue-manager config for reminder (#1972)
This commit is contained in:
committed by
GitHub
parent
45d94ee6f8
commit
de79cc2626
5
.github/workflows/issue-manager.yml
vendored
5
.github/workflows/issue-manager.yml
vendored
@@ -40,8 +40,9 @@ jobs:
|
|||||||
"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": {
|
"reminder": {
|
||||||
"before": "P3D",
|
"before": "P3D",
|
||||||
"message": "Heads-up: this will be closed in 3 days unless there’s new activity."
|
"message": "Heads-up: this will be closed in 3 days unless there's new activity."
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"invalid": {
|
"invalid": {
|
||||||
"delay": 0,
|
"delay": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user