Skip to content

chore: minor example/typescript/eslint updates for React 18 bump #2

chore: minor example/typescript/eslint updates for React 18 bump

chore: minor example/typescript/eslint updates for React 18 bump #2

Workflow file for this run

name: Sync 23.x with 22.x
on:
push:
branches:
- release-22.x
workflow_dispatch:
jobs:
sync-branches:
runs-on: ubuntu-latest
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Create Pull Request
id: cpr
uses: tretuna/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FROM_BRANCH: release-22.x
TO_BRANCH: release-23.x