Skip to content

Merge pull request #184 from yuceltoluyag/dependabot/npm_and_yarn/gul… #77

Merge pull request #184 from yuceltoluyag/dependabot/npm_and_yarn/gul…

Merge pull request #184 from yuceltoluyag/dependabot/npm_and_yarn/gul… #77

Workflow file for this run

name: Sync Back to Develop
on:
push:
branches:
- main
jobs:
sync-branches:
runs-on: ubuntu-latest
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 12
- name: Opening pull request
id: pull
uses: tretuna/sync-branches@1.4.0
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: 'main'
TO_BRANCH: 'dev'