From e3d7581b5699496b6c0eb487de7d7b8d498cc622 Mon Sep 17 00:00:00 2001 From: buffalu <85544055+buffalu@users.noreply.github.com> Date: Sun, 21 Jul 2024 10:01:12 -0700 Subject: [PATCH] Add 2.0 to daily rebase (#626) --- .github/workflows/rebase.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rebase.yaml b/.github/workflows/rebase.yaml index 5fcc61fff4..473b148284 100644 --- a/.github/workflows/rebase.yaml +++ b/.github/workflows/rebase.yaml @@ -33,12 +33,8 @@ jobs: rebase: upstream/master - branch: v1.18 rebase: upstream/v1.18 - - branch: v1.17 - rebase: upstream/v1.17 - # note: this will always be a day behind because we're rebasing from the previous day's rebase - # and NOT upstream - - branch: v1.17-fast-replay - rebase: origin/v1.17 + - branch: v2.0 + rebase: upstream/v2.0 fail-fast: false steps: - uses: actions/checkout@v4