Skip to content

chore(deps): bump NexusPHP/no-merge-commits from 2.0.0 to 2.1.0 #555

chore(deps): bump NexusPHP/no-merge-commits from 2.0.0 to 2.1.0

chore(deps): bump NexusPHP/no-merge-commits from 2.0.0 to 2.1.0 #555

name: Detect Merge Commits
on:
pull_request:
branches:
- develop
permissions:
contents: read
pull-requests: read
jobs:
test:
name: Check for merge commits
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run test
uses: NexusPHP/no-merge-commits@v2.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}