From cf8cbfc06f332c77e75a5247c2d20429b64d9192 Mon Sep 17 00:00:00 2001 From: Jeremy Schonfeld Date: Thu, 13 Nov 2025 15:21:21 -0800 Subject: [PATCH] Configure automergers for 6.3 release --- .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 342c01a49..92f62fb45 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 8b1503b72..8c12cb940 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