From 6024e0c466064c802a4eb6ce68388be14e4f7959 Mon Sep 17 00:00:00 2001 From: Peixin Li Date: Tue, 26 Jul 2022 10:01:50 +0800 Subject: [PATCH] Enable auto-merge from branch-22.08 to branch-22.10 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 29249ac9ffc..566dd32ece4 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-22.06 + - branch-22.08 types: [closed] jobs: @@ -29,13 +29,13 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: branch-22.06 # force to fetch from latest upstream instead of PR ref + ref: branch-22.08 # 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 - HEAD: branch-22.06 - BASE: branch-22.08 + HEAD: branch-22.08 + BASE: branch-22.10 AUTOMERGE_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }} # use to merge PR