mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
removing label both on comment and on close
This commit is contained in:
parent
556895177e
commit
18c6dc8093
5
.github/workflows/issue-manager.yml
vendored
5
.github/workflows/issue-manager.yml
vendored
|
@ -20,9 +20,10 @@ jobs:
|
|||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
config: >
|
||||
{
|
||||
"answered": {
|
||||
"resolved": {
|
||||
"delay": "P7D",
|
||||
"message": "This issue has been automatically closed because it was answered and there was no follow-up discussion.",
|
||||
"remove_label": true
|
||||
"remove_label_on_comment": true,
|
||||
"remove_label_on_close": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user