Use existing en.json i18n keys for guest policy notifications; resolve nested keys on frontend #235
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: Merge conflict check | |
| on: | |
| push: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - synchronize | |
| permissions: | |
| contents: read | |
| jobs: | |
| main: | |
| permissions: | |
| pull-requests: write # for eps1lon/actions-label-merge-conflict to label PRs | |
| runs-on: ubuntu-latest | |
| concurrency: | |
| group: github-api-request | |
| cancel-in-progress: false | |
| steps: | |
| - name: Check for dirty pull requests | |
| uses: eps1lon/actions-label-merge-conflict@v3 | |
| with: | |
| dirtyLabel: "status: conflict" | |
| repoToken: "${{ secrets.GITHUB_TOKEN }}" | |
| commentOnDirty: | | |
| This pull request has conflicts ☹ | |
| Please resolve those so we can review the pull request. | |
| Thanks. |