Skip to content

chore: not releaseing on the dep updates branch #6

chore: not releaseing on the dep updates branch

chore: not releaseing on the dep updates branch #6

Workflow file for this run

name: Sync Main to Deps
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/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FROM_BRANCH: "main"
TO_BRANCH: "dependency-update"
PULL_REQUEST_TITLE: "chore: sync main to deps"
PULL_REQUEST_AUTO_MERGE_METHOD: "merge"