fix(i18n): add missing translations [CDS 3436] #4829
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Develop to master" | |
on: | |
push: | |
branches: | |
- develop | |
- "release/*" | |
jobs: | |
pull-request: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: pull-request | |
uses: repo-sync/pull-request@v2 | |
with: | |
destination_branch: "master" | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
pr_title: "New release" | |
pr_label: "release" | |
pr_draft: true | |
pr_template: ".github/RELEASE_TEMPLATE.md" |