Enforce more limits on the issue format.

This commit is contained in:
Aria Moradi
2021-03-13 22:59:37 +03:30
parent 92ed48f7f6
commit 428c65f075
3 changed files with 10 additions and 5 deletions
+5
View File
@@ -28,5 +28,10 @@ jobs:
"type": "body",
"regex": "(Tachidesk version|Server Operating System|Server JVM version|Client Operating System|Client Web Browser):.*(\\(Example:|<usually).*",
"message": "The requested information was not filled out"
},
{
"type": "body",
"regex": ".*Remove this line after you are done.*",
"message": "The lines requesting to be removed were not removed."
}
]