Skip to content

Merge branch 'current' into current #7

Merge branch 'current' into current

Merge branch 'current' into current #7

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 }}