Skip to content

Add a warning if the action is used on triggers other than pull_request. #14

Add a warning if the action is used on triggers other than pull_request.

Add a warning if the action is used on triggers other than pull_request. #14

Workflow file for this run

on: pull_request
jobs:
check-merge-commits:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Forbid Merge Commits Action
uses: ./