We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e2232 commit 41ca674Copy full SHA for 41ca674
ā.github/workflows/translations-pr.yml
@@ -11,13 +11,14 @@ concurrency:
11
cancel-in-progress: true
12
13
permissions:
14
- contents: write
+ pull-requests: write
15
16
jobs:
17
- translation-r:
+ translation-pr:
18
+ name: "Create Translation PR"
19
runs-on: ubuntu-latest
20
steps:
21
- name: create pull request
- run: gh pr create -B main -H weblate --title 'Translations update from Weblate'
22
+ run: gh pr create -B main -H weblate --title 'Translations update from Weblate' --body '' --repo $GITHUB_REPOSITORY || true
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments