Skip to content

Commit

Permalink
Create sync-locale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
otomad committed Sep 10, 2023
1 parent 95423a0 commit 32274e3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/sync-locale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Sync Develop to Locale

on:
push:
branches:
- develop

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: 'develop'
TO_BRANCH: 'locale'

0 comments on commit 32274e3

Please sign in to comment.