Skip to content

fix(i18n): Correct some German translations, also make them more consistent #7184

fix(i18n): Correct some German translations, also make them more consistent

fix(i18n): Correct some German translations, also make them more consistent #7184

name: Semantic Pull Request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions: {}
jobs:
main:
permissions:
pull-requests: read # to analyze PRs (amannn/action-semantic-pull-request)
statuses: write # to mark status of analyzed PR (amannn/action-semantic-pull-request)
runs-on: ubuntu-latest
name: Semantic Pull Request
steps:
- name: Validate PR title
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}