Skip to content

Commit

Permalink
fix: fix issue with adding pr to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Dec 10, 2023
1 parent 59337f3 commit 627bef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/scripts/runners/PrepareReleaseRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class PrepareReleaseRunner extends ScriptRunner {
Deno.exit(1);
}

await projectClient.addIssueToProject(newPr.number, orgProjectName);
await projectClient.addPullRequestToProject(newPr.number, orgProjectName);

// Update the pull request by setting the default reviewer, org project, labels and milestone
const prData: IIssueOrPRRequestData = {
Expand Down

0 comments on commit 627bef9

Please sign in to comment.