Skip to content

Commit

Permalink
chore: add a link back to aztec-packages in noir sync PR (AztecProt…
Browse files Browse the repository at this point in the history
…ocol#4018)

This PR adds a link from the Noir repo PR back to aztec-packages. I'm
adding this for laziness reasons so I can avoid some typing.
  • Loading branch information
TomAFrench authored Jan 15, 2024
1 parent 824d76f commit 7d89f3b
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 @@ -57,7 +57,7 @@ jobs:
uses: repo-sync/pull-request@v2
with:
github_token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}
pr_title: 'feat: aztec-packages'
pr_body: 'Development from Aztec.'
pr_title: 'feat: Sync commits from `aztec-packages`'
pr_body: 'Development from [aztec-packages](https://github.com/AztecProtocol/aztec-packages).'
destination_branch: 'master'
source_branch: 'aztec-packages'

0 comments on commit 7d89f3b

Please sign in to comment.