Skip to content

Commit

Permalink
specify noir
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad0 committed Feb 5, 2024
1 parent 943a5b2 commit cd699a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror_noir_subrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
# Formatted for updating the PR, overrides for release-please commit message parsing
PR_BODY="BEGIN_COMMIT_OVERRIDE\n$MESSAGE\nEND_COMMIT_OVERRIDE"
export GH_TOKEN="${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}"
PR_URL=$(gh pr list --head aztec2-packages --json url --jq ".[0].url")
PR_URL=$(gh pr list --repo noir-lang/noir --head aztec2-packages --json url --jq ".[0].url")
if [[ "$PR_URL" == "" ]]; then
gh pr create --title "feat: Sync from aztec-packages" --body "$PR_BODY" --base master --head aztec2-packages
gh pr create --repo noir-lang/noir --title "feat: Sync from aztec-packages" --body "$PR_BODY" --base master --head aztec2-packages
else
gh pr edit "$PR_URL" --body "$PR_BODY"
fi

0 comments on commit cd699a7

Please sign in to comment.