From 9df4588479f34b4e8de024d2e6b47a67fea31cdc Mon Sep 17 00:00:00 2001 From: Tom French Date: Sat, 13 Jan 2024 23:27:19 +0000 Subject: [PATCH] chore: add a link back to `aztec-packages` in noir sync PR --- .github/workflows/mirror_noir_subrepo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror_noir_subrepo.yml b/.github/workflows/mirror_noir_subrepo.yml index 9ff93d90976..eaec104ed72 100644 --- a/.github/workflows/mirror_noir_subrepo.yml +++ b/.github/workflows/mirror_noir_subrepo.yml @@ -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'