diff --git a/.github/workflows/extract-locales.yml b/.github/workflows/extract-locales.yml index 9b8351986..c17eac5b6 100644 --- a/.github/workflows/extract-locales.yml +++ b/.github/workflows/extract-locales.yml @@ -32,10 +32,9 @@ jobs: if: steps.verify-changed-files.outputs.files_changed == 'true' uses: peter-evans/create-pull-request@v7 with: - token: ${{ secrets.GITHUB_TOKEN }} - commit-message: 'Update locales' - title: 'Feature/update locales' - body: 'This pull request updates the locales.' author: 'github-actions[bot] ' branch: 'feature/update-locales' + commit-message: 'Update locales' delete-branch: true + title: 'Feature/update locales' + token: ${{ secrets.GITHUB_TOKEN }}