From 61d9b4ddd4cdad07081f0f2a651bf85c232a43c0 Mon Sep 17 00:00:00 2001 From: Peixin Date: Tue, 14 Nov 2023 14:14:32 +0800 Subject: [PATCH] Enable automerge from 23.12 to 24.02 (#329) Signed-off-by: Peixin Li --- .github/workflows/auto-merge.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index b0e91dcca..e9e10f5dc 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -18,7 +18,7 @@ name: auto-merge HEAD to BASE on: pull_request_target: branches: - - branch-23.10 + - branch-23.12 types: [closed] jobs: @@ -29,14 +29,14 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: branch-23.10 # force to fetch from latest upstream instead of PR ref + ref: branch-23.12 # force to fetch from latest upstream instead of PR ref - name: auto-merge job uses: ./.github/workflows/auto-merge env: OWNER: NVIDIA REPO_NAME: spark-rapids-examples - HEAD: branch-23.10 - BASE: branch-23.12 + HEAD: branch-23.12 + BASE: branch-24.02 AUTOMERGE_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }} # use to merge PR