mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 16:24:14 +03:00
Add delay to issue manager
This commit is contained in:
parent
0095154bc2
commit
527b13d954
3
.github/workflows/issue-manager.yml
vendored
3
.github/workflows/issue-manager.yml
vendored
|
@ -29,12 +29,15 @@ jobs:
|
|||
config: >
|
||||
{
|
||||
"answered": {
|
||||
"delay": 864000,
|
||||
"message": "Assuming the question was answered, this will be automatically closed now."
|
||||
},
|
||||
"solved": {
|
||||
"delay": 864000,
|
||||
"message": "Assuming the original issue was solved, it will be automatically closed now."
|
||||
},
|
||||
"waiting": {
|
||||
"delay": 864000,
|
||||
"message": "Automatically closing after waiting for additional info. To re-open, please provide the additional information requested."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user