mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-04 19:12:29 +00:00
15 lines
365 B
YAML
15 lines
365 B
YAML
name: Check PR title
|
|
|
|
on:
|
|
merge_group:
|
|
types:
|
|
- checks_requested
|
|
pull_request:
|
|
types: [opened, edited, reopened, synchronize, ready_for_review]
|
|
branches: [develop]
|
|
|
|
jobs:
|
|
check_title:
|
|
if: ${{ github.event.pull_request.draft != true }}
|
|
uses: XRPLF/actions/.github/workflows/check-pr-title.yml@e2c7f400d1e85ae65dad552fd425169fbacca4a3
|