Skip to content

Commit

Permalink
Merge pull request #313 from NVIDIA/branch-23.08
Browse files Browse the repository at this point in the history
[auto-merge] branch-23.08 to branch-23.10 [skip ci] [bot]
  • Loading branch information
nvauto authored Jul 25, 2023
2 parents 4d5b6de + 8d1f872 commit 119c9eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: auto-merge HEAD to BASE
on:
pull_request_target:
branches:
- branch-23.06
- branch-23.08
types: [closed]

jobs:
Expand All @@ -29,14 +29,14 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: branch-23.06 # force to fetch from latest upstream instead of PR ref
ref: branch-23.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-examples
HEAD: branch-23.06
BASE: branch-23.08
HEAD: branch-23.08
BASE: branch-23.10
AUTOMERGE_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }} # use to merge PR

0 comments on commit 119c9eb

Please sign in to comment.