diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml new file mode 100644 index 0000000..7eb381a --- /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: + types: [opened, edited, synchronize] + +jobs: + call: + uses: OneSignal/sdk-actions/.github/workflows/lint-pr-title.yml@main + secrets: inherit diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..5315c36 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @OneSignal/eng-sdk-platform