Skip to content

update: search feat in navbar with theme toggle fix #11

update: search feat in navbar with theme toggle fix

update: search feat in navbar with theme toggle fix #11

name: Label Merge Conflicts
on:
push:
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
pull-requests: write
contents: read
jobs:
label-conflicts:
runs-on: ubuntu-latest
steps:
- name: Label PRs with merge conflicts
uses: eps1lon/actions-label-merge-conflict@v3
with:
dirtyLabel: "PR has merge conflicts"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: |
⚠️ **This PR has merge conflicts.**
Please resolve the merge conflicts before review.
Your PR will only be reviewed by a maintainer after all conflicts have been resolved.
📺 Watch this video to understand why conflicts occur and how to resolve them:
https://www.youtube.com/watch?v=Sqsz1-o7nXk