fix(language switcher): added possibility for further entries #2143
Workflow file for this run
This file contains hidden or 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: Default On-Pull-Request | |
| on: | |
| pull_request: | |
| branches: ["main"] | |
| permissions: | |
| pull-requests: write | |
| contents: write | |
| actions: read | |
| security-events: write | |
| jobs: | |
| auto-merge: | |
| uses: ./.github/workflows/99-auto-merge.yml | |
| codeql: | |
| uses: ./.github/workflows/99-codeql-analysis.yml | |
| dependency-review: | |
| uses: ./.github/workflows/99-dependency-review.yml | |
| labeler: | |
| if: github.event.pull_request.head.repo.owner.login == 'db-ui' | |
| uses: ./.github/workflows/99-labeler.yml |