removing label both on comment and on close

This commit is contained in:
Sofie Van Landeghem 2020-06-11 14:09:40 +02:00 committed by GitHub
parent 556895177e
commit 18c6dc8093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}