From 365829ffedd51e2888e637caf3b51e12fb0a6362 Mon Sep 17 00:00:00 2001 From: buffalu <85544055+buffalu@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:21:33 -0600 Subject: [PATCH] Add auto-rebase to v2.1 (#739) --- .github/workflows/rebase.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rebase.yaml b/.github/workflows/rebase.yaml index 1689555d81..4cb6d201d8 100644 --- a/.github/workflows/rebase.yaml +++ b/.github/workflows/rebase.yaml @@ -35,9 +35,9 @@ jobs: - branch: v2.0 upstream_branch: v2.0 upstream_repo: https://github.com/anza-xyz/agave.git - - branch: v1.18 - upstream_branch: v1.18 - upstream_repo: https://github.com/solana-labs/solana.git + - branch: v2.1 + upstream_branch: v2.1 + upstream_repo: https://github.com/anza-xyz/agave.git fail-fast: false steps: - uses: actions/checkout@v4