Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Dec 20, 2023
1 parent 4487b78 commit 5b24649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/helpers/src/issue-checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ async function checkIssues(client: Octo, pr: number) {
}
}
`,
owner: context.repo.owner,
repo: context.repo.repo,
pr: pr,
owner: 'equinor' ?? context.repo.owner,
name: 'fusion-workspace' ?? context.repo.repo,
number: pr,
});

const linkedIssues: number = (pullRequests as any).repository.pullRequest.closingIssuesReferences.totalCount;
Expand Down

0 comments on commit 5b24649

Please sign in to comment.