1
0
mirror of synced 2025-12-30 21:02:34 -05:00

Fix label for translation batches (#23577)

This commit is contained in:
Marcelo Jacobus
2021-12-10 22:48:22 -03:00
committed by GitHub
parent 68718f91a5
commit daa16775d8

View File

@@ -169,8 +169,9 @@ jobs:
gh pr create --title "New translation batch for ${{ matrix.language }}" \
--base=main \
--head=${{ steps.set-branch.outputs.BRANCH_NAME }} \
--body-file /tmp/pr-body.txt || git push origin :${{ steps.set-branch.outputs.BRANCH_NAME }} \
--label "translation-batch"
--label "translation-batch-${{ matrix.language }}" \
--label "translation-batch" \
--body-file /tmp/pr-body.txt || git push origin :${{ steps.set-branch.outputs.BRANCH_NAME }}
- name: Approve PR
if: github.ref_name == 'main'