Add new auto-close-rules (#4224)

* Add new auto-close-rules

* Add label
This commit is contained in:
Chopper 2024-07-25 06:53:45 -03:00 committed by GitHub
parent cbb627be9d
commit c2b183be66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,6 +59,13 @@ jobs:
"ignoreCase": true,
"labels": ["invalid"],
"message": "{match} will not be added back as it is too difficult to maintain."
},
{
"type": "both",
"regex": "(centralnovel\\.com)",
"ignoreCase": true,
"labels": ["invalid"],
"message": "Novels aren't supported"
}
]
auto-close-ignore-label: do-not-autoclose