mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
14 lines
306 B
YAML
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
|