Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit aacac77

Browse files
DerivFEMohammadreza Ghorbani
andauthored
Add --admin flag to overrule required checks on translation (#6764)
Co-authored-by: Mohammadreza Ghorbani <reza@firstsource.email>
1 parent de21a0b commit aacac77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_crowdin_translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ jobs:
9494
gh pr create --fill --base "master" --head "binary-com:$branch_name"
9595
9696
echo "Attempting to merge the PR."
97-
gh pr merge "$branch_name" --squash
97+
gh pr merge "$branch_name" --admin --squash
9898
echo "**The translation PR has beed merged successfully.**"
9999
fi

0 commit comments

Comments
 (0)