Fix for github action translation labeling (#2285)

Maintenance PR
This commit is contained in:
kadeshar 2026-04-04 22:10:14 +02:00 committed by GitHub
parent 7b04c56956
commit a4a3a3d964
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,4 +35,5 @@ jobs:
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}
run: | run: |
gh pr edit ${{ github.event.pull_request.number }} \ gh pr edit ${{ github.event.pull_request.number }} \
--repo ${{ github.repository }} \
--add-label "Added translation" --add-label "Added translation"