Skip to content

Commit

Permalink
Merge pull request #83 from TownSquareXYZ/fork-sync-to-main
Browse files Browse the repository at this point in the history
  • Loading branch information
TonSquare authored Jul 23, 2024
2 parents 41a237e + d744383 commit 4352a3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: tgymnich/fork-sync@v1.8
with:
owner: TownSquareXYZ
base: localization
base: main
head: main
pr_title: 'Fork Sync: Update from ton-community/ton-docs'
18 changes: 9 additions & 9 deletions .github/workflows/sync-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 16
- name: Opening pull request to ja_localization
- name: Opening pull request to ja_preview
id: pull_ja
uses: sansx/sync-branches@v1.0.1
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "l10n_localization"
TO_BRANCH: "ja_localization"
FROM_BRANCH: "l10n_main"
TO_BRANCH: "ja_preview"
PULL_REQUEST_AUTO_MERGE_METHOD: "merge"
- name: Opening pull request to ko_localization
- name: Opening pull request to ko_preview
id: pull_ko
uses: sansx/sync-branches@v1.0.1
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "l10n_localization"
TO_BRANCH: "ko_localization"
FROM_BRANCH: "l10n_main"
TO_BRANCH: "ko_preview"
PULL_REQUEST_AUTO_MERGE_METHOD: "merge"
- name: Opening pull request to mandarin_localization
- name: Opening pull request to mandarin_preview
id: pull_mandarin
uses: sansx/sync-branches@v1.0.1
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "l10n_localization"
TO_BRANCH: "mandarin_localization"
FROM_BRANCH: "l10n_main"
TO_BRANCH: "mandarin_preview"
PULL_REQUEST_AUTO_MERGE_METHOD: "merge"

0 comments on commit 4352a3d

Please sign in to comment.