Skip to content

New(Conventional Changelog Config): Add issuers #233

New(Conventional Changelog Config): Add issuers

New(Conventional Changelog Config): Add issuers #233

name: Sync dev branches
on:
push:
branches:
- "*"
jobs:
sync:
timeout-minutes: 20
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18.17.0]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions
with:
action: "sync-dev-branches"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}