diff --git a/.github/workflows/pr-validator.yml b/.github/workflows/pr-validator.yml new file mode 100644 index 0000000..6879a59 --- /dev/null +++ b/.github/workflows/pr-validator.yml @@ -0,0 +1,8 @@ +name: "PR Title and Description Check" +on: + pull_request: + types: [opened, edited, synchronize] +jobs: + validate: + uses: flowcommerce/code-steward/.github/workflows/pr-validator.yml@main +