Skip to content

Bump NexusPHP/no-merge-commits from 2.1.0 to 2.2.0 #84

Bump NexusPHP/no-merge-commits from 2.1.0 to 2.2.0

Bump NexusPHP/no-merge-commits from 2.1.0 to 2.2.0 #84

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Check for Merge Commits
uses: NexusPHP/no-merge-commits@ae2f05b496a4d883fe762bf04f216cc864e72697 # v2.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}