Skip to content

Merge pull request #39 from ronati/support-object-type #1

Merge pull request #39 from ronati/support-object-type

Merge pull request #39 from ronati/support-object-type #1

Workflow file for this run

name: Sync
on:
push:
branches:
- master
jobs:
sync-branches:
runs-on: ubuntu-latest
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: "20.x"
- name: Opening pull request
id: pull
uses: tretuna/[email protected]
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "master"
TO_BRANCH: "beta"
PULL_REQUEST_AUTO_MERGE_METHOD: merge