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