Skip to content

Merge pull request #70 from RIVM-bioinformatics/release-please--branc… #34

Merge pull request #70 from RIVM-bioinformatics/release-please--branc…

Merge pull request #70 from RIVM-bioinformatics/release-please--branc… #34

Workflow file for this run

name: Sync Branches
on:
push:
branches:
- main
jobs:
sync-branches:
runs-on: ubuntu-latest
name: Syncing branches
if: "contains(github.event.head_commit.message, 'chore(main):')"
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"
PULL_REQUEST_TITLE: "chore: sync main to dev"