From 608e0b9456aa526dd300838451d3f38b26688f64 Mon Sep 17 00:00:00 2001 From: Peixin Li Date: Mon, 25 Sep 2023 09:06:25 +0800 Subject: [PATCH] Automerge from 23.10 to 23.12 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 1063682b6..b0e91dcca 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.08 + - branch-23.10 types: [closed] jobs: @@ -29,14 +29,14 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: branch-23.08 # force to fetch from latest upstream instead of PR ref + ref: branch-23.10 # 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.08 - BASE: branch-23.10 + HEAD: branch-23.10 + BASE: branch-23.12 AUTOMERGE_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }} # use to merge PR