Skip to content

ci: Move semantic-pr into templates repo (#408) #175

ci: Move semantic-pr into templates repo (#408)

ci: Move semantic-pr into templates repo (#408) #175

Workflow file for this run

name: sync main with dev
on:
push:
branches:
- main
jobs:
sync-branches:
runs-on: ubuntu-latest
name: syncing main with dev
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.GITHUB_TOKEN}}
FROM_BRANCH: "main"
TO_BRANCH: "dev"