Skip to content

Merge pull request #458 from hakadao/release-please--branches--main--… #7

Merge pull request #458 from hakadao/release-please--branches--main--…

Merge pull request #458 from hakadao/release-please--branches--main--… #7

Workflow file for this run

name: Sync Back to Dev
on:
push:
branches:
- main
jobs:
sync-branches:
if: github.repository == 'hakadao/BewlyBewly'
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/[email protected]
with:
GITHUB_TOKEN: ${{secrets.SYNC_TOKEN}}
FROM_BRANCH: main
TO_BRANCH: dev