Skip to content

Improved right-to-left support (#7227) #3047

Improved right-to-left support (#7227)

Improved right-to-left support (#7227) #3047

Workflow file for this run

name: Checks

Check failure on line 1 in .github/workflows/checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/checks.yml

Invalid workflow file

(Line: 15, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.MERGE_CONFLICT_LABEL_PAT
on:
push:
pull_request_target:
types: [synchronize]
jobs:
main:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check if PRs have conflicts
uses: eps1lon/actions-label-merge-conflict@v3
if: github.repository == ${{ vars.REPO_MAIN }} && ${{secrets.MERGE_CONFLICT_LABEL_PAT}}
with:
dirtyLabel: "merge-conflicts"
repoToken: "${{ secrets.MERGE_CONFLICT_LABEL_PAT }}"