From 7e2b137131480beca71eda64d9e1c88188ca783f Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 9 Mar 2026 16:53:52 +0000 Subject: [PATCH] chore: Use check-pr-title from XRPLF/actions (#6506) --- .github/workflows/check-pr-title.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/check-pr-title.yml diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml new file mode 100644 index 0000000000..5c7cbd1d48 --- /dev/null +++ b/.github/workflows/check-pr-title.yml @@ -0,0 +1,10 @@ +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@943eb8277e8f4b010fde0c826ce4154c36c39509