diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml new file mode 100644 index 00000000..5405864d --- /dev/null +++ b/.github/workflows/pr-title.yml @@ -0,0 +1,11 @@ +name: Conventional Commits +on: + pull_request: + types: [opened, edited, synchronize, reopened] + +jobs: + lint: + uses: appium/appium-workflows/.github/workflows/pr-title.yml@main + with: + config-preset: angular +