Fix issue manager workflow
This commit is contained in:
4
.github/workflows/issue-manager.yml
vendored
4
.github/workflows/issue-manager.yml
vendored
@@ -36,13 +36,13 @@ jobs:
|
|||||||
"remove_label_on_close": false
|
"remove_label_on_close": false
|
||||||
},
|
},
|
||||||
"waiting for release": {
|
"waiting for release": {
|
||||||
"delay": 315360000,
|
"delay": "P3650DT0H0M0S",
|
||||||
"message": "That was 10 years ago, I think we can close this now.",
|
"message": "That was 10 years ago, I think we can close this now.",
|
||||||
"remove_label_on_comment": true,
|
"remove_label_on_comment": true,
|
||||||
"remove_label_on_close": false
|
"remove_label_on_close": false
|
||||||
},
|
},
|
||||||
"waiting for resources": {
|
"waiting for resources": {
|
||||||
"delay": 315360000,
|
"delay": "P3650DT0H0M0S",
|
||||||
"message": "That was 10 years ago, I think we can close this now.",
|
"message": "That was 10 years ago, I think we can close this now.",
|
||||||
"remove_label_on_comment": true,
|
"remove_label_on_comment": true,
|
||||||
"remove_label_on_close": false
|
"remove_label_on_close": false
|
||||||
|
|||||||
Reference in New Issue
Block a user