There was an error while loading. Please reload this page.
1 parent 8ca346c commit 500b1e2Copy full SHA for 500b1e2
1 file changed
.github/workflows/sync.yml
@@ -7,6 +7,10 @@ on:
7
pull_request:
8
types: [labeled] # Trigger on PR label
9
10
+permissions:
11
+ contents: write
12
+ pull-requests: write
13
+
14
jobs:
15
sync-translations:
16
if: github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || github.event.label.name == 'sync-translations'
@@ -43,7 +47,7 @@ jobs:
43
47
find . -name "*.po" -exec msgcat --no-wrap {} -o {} \;
44
48
45
49
- name: Create Pull Request
46
- uses: peter-evans/create-pull-request@v5
50
+ uses: peter-evans/create-pull-request@v7
51
with:
52
github-token: ${{ secrets.GITHUB_TOKEN }}
53
commit-message: "Update Farsi translations from Transifex"
0 commit comments