Skip to content

Commit

Permalink
Description
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjaglumac committed Jun 5, 2024
1 parent 7743006 commit 000e30f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
}
// the github API doesn't expose linked issues, so we have to parse the body ourselves
const linkedIssues = getLinkedIssues(pull);
const prDescription = pull.data.body;
const linkedIssues = getLinkedIssues(prDescription);
if (Array.isArray(linkedIssues) && linkedIssues.length > 0) {
console.log('linked issue(s) found');
Expand Down

0 comments on commit 000e30f

Please sign in to comment.