Browse Source

Merge pull request #3383 from element-hq/renovate/peter-evans-create-pull-request-7.x

Update peter-evans/create-pull-request action to v7
pull/3439/head
ganfra 1 week ago committed by GitHub
parent
commit
78d13fc03c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/sync-localazy.yml
  2. 2
      .github/workflows/sync-sas-strings.yml

2
.github/workflows/sync-localazy.yml

@ -36,7 +36,7 @@ jobs: @@ -36,7 +36,7 @@ jobs:
./tools/localazy/importSupportedLocalesFromLocalazy.py
./tools/test/generateAllScreenshots.py
- name: Create Pull Request for Strings
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
commit-message: Sync Strings from Localazy

2
.github/workflows/sync-sas-strings.yml

@ -23,7 +23,7 @@ jobs: @@ -23,7 +23,7 @@ jobs:
- name: Run SAS String script
run: ./tools/sas/import_sas_strings.py
- name: Create Pull Request for SAS Strings
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Sync SAS Strings
title: Sync SAS Strings

Loading…
Cancel
Save