Update config.js

This commit is contained in:
Stripes
2022-10-27 11:55:00 +03:00
committed by GitHub
parent 0b8b279041
commit f1e54ca064
+1
View File
@@ -15,6 +15,7 @@ module.exports = {
// when min score is reached the addon will be removed / issue closed
"minimum-score": -10,
// optional label id, if available it will add a label when closing an issue due to low score, this id adds the label "very low score"
// you can only get the label id through the github graphql api
"label-id-for-close-issues": "LA_kwDOFVUyTM8AAAABGbO_Bw",
// sane timeouts for needle so it doesn't get stuck in a request
"needle": { "open_timeout": 5000, "response_timeout": 5000, "read_timeout": 5000, "follow_max": 5 },