mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-03 08:46:42 +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@a5d8dd35be543365e90a11358447130c8763871d
|