Skip to content

add clarifying info on how MF joins works (#6690) #3

add clarifying info on how MF joins works (#6690)

add clarifying info on how MF joins works (#6690) #3

on:
push:
branches:
- "current"
jobs:
pull-request:
if: github.repository == 'dbt-labs/docs.getdbt.com'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: pull-request
uses: repo-sync/pull-request@v2
with:
source_branch: "current"
destination_branch: "next"
pr_title: "Merge current branch into next"
pr_body: "*An automated PR to keep the next branch up to date with current*"
github_token: ${{ secrets.GITHUB_TOKEN }}