Skip to content

fixes related to scanning of mounted file systems #204

fixes related to scanning of mounted file systems

fixes related to scanning of mounted file systems #204

name: Merge Commit Check
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-no-merges-${{ github.event.number || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
jobs:
validate-merge-commits:
name: Ensure No Merge Commits
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Check for Merge Commits
uses: NexusPHP/no-merge-commits@109a3342781ddcf26b2fa739f29e8ee9f68b7d8e # v2.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}