Skip to content

Commit

Permalink
support auto-merge for branch 0.5 (NVIDIA#1673)
Browse files Browse the repository at this point in the history
Signed-off-by: Peixin Li <pxli@nyu.edu>
  • Loading branch information
pxLi authored Feb 8, 2021
1 parent ba6d2d8 commit 9a0e590
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-0.3
- branch-0.4
types: [closed]

jobs:
Expand All @@ -29,13 +29,13 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: branch-0.3 # force to fetch from latest upstream instead of PR ref
ref: branch-0.4 # 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-0.3
BASE: branch-0.4
HEAD: branch-0.4
BASE: branch-0.5
AUTOMERGE_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }} # use to merge PR

0 comments on commit 9a0e590

Please sign in to comment.