mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Fix issue manager workflow
This commit is contained in:
parent
fcb7c0b52f
commit
54c3105f18
1 changed files with 9 additions and 2 deletions
11
.github/workflows/issue-manager.yml
vendored
11
.github/workflows/issue-manager.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
config: >
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/tiangolo/issue-manager/master/schema.json",
|
||||
"waiting for input": {
|
||||
"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.",
|
||||
|
@ -35,9 +36,15 @@ jobs:
|
|||
"remove_label_on_close": false
|
||||
},
|
||||
"waiting for release": {
|
||||
"remove_label_on_comment": true
|
||||
"delay": 315360000,
|
||||
"message": "That was 10 years ago, I think we can close this now.",
|
||||
"remove_label_on_comment": true,
|
||||
"remove_label_on_close": false
|
||||
},
|
||||
"waiting for resources": {
|
||||
"remove_label_on_comment": true
|
||||
"delay": 315360000,
|
||||
"message": "That was 10 years ago, I think we can close this now.",
|
||||
"remove_label_on_comment": true,
|
||||
"remove_label_on_close": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue