mirror of
https://github.com/safing/portmaster
synced 2025-04-25 05:19:09 +00:00
Fix delay duration format
This commit is contained in:
parent
afa7fc7587
commit
902e4adab9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/issue-manager.yml
vendored
4
.github/workflows/issue-manager.yml
vendored
|
@ -23,13 +23,13 @@ jobs:
|
|||
config: >
|
||||
{
|
||||
"waiting for input": {
|
||||
"delay": "P1M",
|
||||
"delay": 2592000,
|
||||
"message": "Auto-closing this issue after waiting for input for a month. If anyone finds the time to provide the requested information, please re-open the issue and we will continue handling it.",
|
||||
"remove_label_on_comment": true,
|
||||
"remove_label_on_close": false
|
||||
},
|
||||
"waiting for fix confirmation": {
|
||||
"delay": "P1M",
|
||||
"delay": 2592000,
|
||||
"message": "Auto-closing this issue after waiting for a fix confirmation for a month. If anyone still experiences this issue, please re-open the issue with updated information so we can continue working on a fix.",
|
||||
"remove_label_on_comment": true,
|
||||
"remove_label_on_close": false
|
||||
|
|
Loading…
Add table
Reference in a new issue