Skip to content

Grab commit history from PR branch to support forks #15

Grab commit history from PR branch to support forks

Grab commit history from PR branch to support forks #15

Workflow file for this run

name: Test this Action by running it against itself
on:
pull_request:
jobs:
run-itself:
runs-on: ubuntu-24.04
name: Check its own commit messages
steps:
- uses: actions/checkout@v4
- uses: ./