We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43d0f0a + 740d63c commit 3c3e832Copy full SHA for 3c3e832
1 file changed
.github/workflows/create-translation-batch-pr.yml
@@ -169,8 +169,9 @@ jobs:
169
gh pr create --title "New translation batch for ${{ matrix.language }}" \
170
--base=main \
171
--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"
+ --label "translation-batch-${{ matrix.language }}" \
+ --label "translation-batch" \
174
+ --body-file /tmp/pr-body.txt || git push origin :${{ steps.set-branch.outputs.BRANCH_NAME }}
175
176
- name: Approve PR
177
if: github.ref_name == 'main'
0 commit comments