Skip to content

GH Actions: Bump actions/checkout from 6.0.1 to 6.0.2 in the action-runners group #22

GH Actions: Bump actions/checkout from 6.0.1 to 6.0.2 in the action-runners group

GH Actions: Bump actions/checkout from 6.0.1 to 6.0.2 in the action-runners group #22

name: Check PRs for merge conflicts
on:
# Check for new conflicts due to merges.
push:
branches:
- main
# Check conflicts in new PRs and for resolved conflicts due to an open PR being updated.
pull_request_target:
types:
- opened
- synchronize
- reopened
jobs:
check-prs:
if: github.repository_owner == 'Yoast'
name: Check PRs for merge conflicts
uses: ./.github/workflows/reusable-merge-conflict-check.yml