mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-03 16:56:45 +00:00
11 lines
241 B
YAML
11 lines
241 B
YAML
name: Check PR title
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened, edited, reopened, synchronize]
|
|
branches: [develop]
|
|
|
|
jobs:
|
|
check_title:
|
|
uses: XRPLF/actions/.github/workflows/check-pr-title.yml@cba1f0891650baf1a9c88624dc2d72573be2eb81
|