Files
rippled/.github/workflows/check-pr-commits.yml
2026-04-02 21:34:20 +00:00

14 lines
306 B
YAML

name: Check PR commits
on:
pull_request_target:
# The action needs to have write permissions to post comments on the PR.
permissions:
contents: read
pull-requests: write
jobs:
check_commits:
uses: XRPLF/actions/.github/workflows/check-pr-commits.yml@e2c7f400d1e85ae65dad552fd425169fbacca4a3