mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 02:35:58 +08:00
feat: add question mark duplicate (#38)
* feat: add question mark duplicate * add package * add * up * up
This commit is contained in:
@@ -31,7 +31,7 @@ function matchKeyword (content, keywords) {
|
||||
|
||||
function testDuplicate(body) {
|
||||
if (!body || !body.startsWith('Duplicate of')) {
|
||||
return false
|
||||
return false;
|
||||
}
|
||||
|
||||
let arr = body.split(' ');
|
||||
|
||||
Reference in New Issue
Block a user