Skip to content

chore(deps)(deps): bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 2.3.8 to 2.6.0 #46

chore(deps)(deps): bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 2.3.8 to 2.6.0

chore(deps)(deps): bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 2.3.8 to 2.6.0 #46

name: Label Merge Conflicts

Check warning on line 1 in .github/workflows/label-merge-conflicts.yml

View workflow run for this annotation

GitHub Actions / Label Merge Conflicts

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
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