Skip to content

Commit 12a8fee

Browse files
committed
feat: Add GitHub Actions workflow for Crowdin translation synchronization.
1 parent 12ae399 commit 12a8fee

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/crowdin-sync.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
branch: 'l10n_crowdin_action'
7575
base: 'master'
7676

77-
- name: Enable Pull Request Automerge
78-
if: steps.cpr.outputs.pull_request-number != ''
79-
run: gh pr merge "${{ steps.cpr.outputs.pull_request-number }}" --auto --merge
80-
env:
81-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77+
# - name: Enable Pull Request Automerge
78+
# if: steps.cpr.outputs.pull_request-number != ''
79+
# run: gh pr merge "${{ steps.cpr.outputs.pull_request-number }}" --auto --merge
80+
# env:
81+
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)