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