Skip to content

chore(deps): bump peter-evans/create-or-update-comment from 4 to 5 #781

chore(deps): bump peter-evans/create-or-update-comment from 4 to 5

chore(deps): bump peter-evans/create-or-update-comment from 4 to 5 #781

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@v5
- name: Run test
uses: NexusPHP/no-merge-commits@v2.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}