diff --git a/.github/workflows/translations-download.yaml b/.github/workflows/translations-download.yaml index 484c4683f..ccd257926 100644 --- a/.github/workflows/translations-download.yaml +++ b/.github/workflows/translations-download.yaml @@ -9,7 +9,7 @@ jobs: download: runs-on: ubuntu-22.04 permissions: - contents: read + contents: write steps: - name: Checkout the code @@ -23,12 +23,16 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v6.1.0 + uses: peter-evans/create-pull-request@v7.0.5 with: - token: ${{ secrets.BOT_GITHUB_TOKEN }} + sign-commits: true + branch-token: ${{ secrets.BOT_GITHUB_TOKEN }} branch: actions/localazy-download delete-branch: true - title: Localazy Download + title: Translations updates + labels: | + T-Task + A-I18n commit-message: Translations updates - name: Enable automerge @@ -36,4 +40,4 @@ jobs: if: steps.cpr.outputs.pull-request-operation == 'created' env: GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} - PR_NUMBER: ${{ steps.cpr.outputs.pull-request-number }} \ No newline at end of file + PR_NUMBER: ${{ steps.cpr.outputs.pull-request-number }}