From c19ee17a533254a5f8718f765244f11040a59d6d Mon Sep 17 00:00:00 2001 From: ludamad Date: Mon, 27 Nov 2023 23:09:10 +0000 Subject: [PATCH] feat: PR name + error proof --- .github/workflows/mirror_noir_subrepo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mirror_noir_subrepo.yml b/.github/workflows/mirror_noir_subrepo.yml index 1a589af3baf..e33cbba2d47 100644 --- a/.github/workflows/mirror_noir_subrepo.yml +++ b/.github/workflows/mirror_noir_subrepo.yml @@ -50,10 +50,11 @@ jobs: repository: noir-lang/noir token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }} - name: Create PR for Aztec Branch + continue-on-error: true uses: repo-sync/pull-request@v2 with: github_token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }} pr_title: 'feat: aztec-packages' - pr_body: 'Change this to a description of the body of changes.' + pr_body: 'Development from Aztec.' destination_branch: 'master' source_branch: 'aztec'