Skip to content

⬆ Bump @tanstack/router-plugin from 1.131.41 to 1.131.43 in /frontend… #218

⬆ Bump @tanstack/router-plugin from 1.131.41 to 1.131.43 in /frontend…

⬆ Bump @tanstack/router-plugin from 1.131.41 to 1.131.43 in /frontend… #218

name: "Conflict detector"
on:
push:
pull_request_target:
types: [synchronize]
jobs:
main:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Check if PRs have merge conflicts
uses: eps1lon/actions-label-merge-conflict@v3
with:
dirtyLabel: "conflicts"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has a merge conflict that needs to be resolved."