Workflow Update

This commit is contained in:
Michel Roegl-Brunner 2025-03-24 13:35:24 +01:00
parent 1352952282
commit 520b53be24

View File

@ -136,6 +136,7 @@ jobs:
} }
} catch (error) { } catch (error) {
console.error(`Error fetching related issues: ${error}`); console.error(`Error fetching related issues: ${error}`);
prNote = `- ${pr.title} ([#${pr.number}](${pr.html_url}))`;
} }
} }