From d175967302549a654e28bb29c2cfbc6fc05870b2 Mon Sep 17 00:00:00 2001 From: Jeremy Schonfeld Date: Fri, 12 Dec 2025 11:18:47 -0500 Subject: [PATCH] Update automergers to 6.3 --- .github/workflows/automerge_to_main.yml | 2 +- .github/workflows/automerge_to_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automerge_to_main.yml b/.github/workflows/automerge_to_main.yml index 737a91c070..84fda4b08b 100644 --- a/.github/workflows/automerge_to_main.yml +++ b/.github/workflows/automerge_to_main.yml @@ -13,7 +13,7 @@ jobs: uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main with: base_branch: main - head_branch: release/6.2 + head_branch: release/6.3 permissions: contents: write pull-requests: write diff --git a/.github/workflows/automerge_to_release.yml b/.github/workflows/automerge_to_release.yml index 76f223e592..17fd40081e 100644 --- a/.github/workflows/automerge_to_release.yml +++ b/.github/workflows/automerge_to_release.yml @@ -12,7 +12,7 @@ jobs: name: Create PR to merge main into release branch uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main with: - base_branch: release/6.2 + base_branch: release/6.3 permissions: contents: write pull-requests: write