Skip to content

feat: Apply config settings #77

feat: Apply config settings

feat: Apply config settings #77

name: Detect Merge Commits
on:
pull_request:
branches:
- develop
- main
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/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}