Skip to content

Commit 3c3e832

Browse files
authored
Merge pull request #12854 from github/repo-sync
repo sync
2 parents 43d0f0a + 740d63c commit 3c3e832

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/create-translation-batch-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,9 @@ jobs:
169169
gh pr create --title "New translation batch for ${{ matrix.language }}" \
170170
--base=main \
171171
--head=${{ steps.set-branch.outputs.BRANCH_NAME }} \
172-
--body-file /tmp/pr-body.txt || git push origin :${{ steps.set-branch.outputs.BRANCH_NAME }} \
173-
--label "translation-batch"
172+
--label "translation-batch-${{ matrix.language }}" \
173+
--label "translation-batch" \
174+
--body-file /tmp/pr-body.txt || git push origin :${{ steps.set-branch.outputs.BRANCH_NAME }}
174175
175176
- name: Approve PR
176177
if: github.ref_name == 'main'

0 commit comments

Comments
 (0)