diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml new file mode 100644 index 00000000..c872dd74 --- /dev/null +++ b/.github/workflows/lint-pr-title.yml @@ -0,0 +1,11 @@ +# Checks if the PR title follows semantic commit message conventions +name: Lint PR + +on: + pull_request_target: + types: [opened, edited, reopened] + +jobs: + lint-pr-title: + uses: OneSignal/sdk-actions/.github/workflows/lint-pr-title.yml@main + secrets: inherit