mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
24 lines
465 B
YAML
24 lines
465 B
YAML
name: Check PR title
|
|
|
|
on:
|
|
merge_group:
|
|
types:
|
|
- checks_requested
|
|
pull_request:
|
|
types:
|
|
- opened
|
|
- edited
|
|
- reopened
|
|
- synchronize
|
|
- ready_for_review
|
|
branches:
|
|
- develop
|
|
- "release-*"
|
|
- "release/*"
|
|
- "staging/*"
|
|
|
|
jobs:
|
|
check_title:
|
|
if: ${{ github.event.pull_request.draft != true }}
|
|
uses: XRPLF/actions/.github/workflows/check-pr-title.yml@cba1f0891650baf1a9c88624dc2d72573be2eb81
|