@@ -40,7 +40,7 @@ const contrlData = async (browser, page, time) => {
const es = divs[j];
if (es.textContent.includes('合并请求')) {
es.click()
- who = `${new Date().toLocaleString()}-${item.who}: 已合并}`
+ who = `${new Date().toLocaleString()}-${item.who}: 已自动合并`
}
return who