mirror of
https://gitea.com/Lydanne/pr-extract-issues.git
synced 2025-08-16 00:36:06 +08:00
@@ -27,7 +27,7 @@ async function run() {
|
||||
issues.push(it.replace('#', ''));
|
||||
}
|
||||
});
|
||||
} else if (way === 'body') {
|
||||
} else if (way === 'body' && body) {
|
||||
let arr = body.split('\n');
|
||||
arr.forEach(it => {
|
||||
if (it.startsWith('#')) {
|
||||
|
Reference in New Issue
Block a user