Browse Source

Rename branch and title

pull/6142/head
Thomas Kaul 1 week ago
parent
commit
6eb5158470
  1. 4
      .github/workflows/extract-locales.yml

4
.github/workflows/extract-locales.yml

@ -33,8 +33,8 @@ jobs:
uses: peter-evans/create-pull-request@v7 uses: peter-evans/create-pull-request@v7
with: with:
author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>' author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
branch: 'feature/update-locales' branch: 'task/update-locales'
commit-message: 'Update locales' commit-message: 'Update locales'
delete-branch: true delete-branch: true
title: 'Feature/update locales' title: 'Task/update locales'
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save