diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml new file mode 100644 index 000000000..675e5f5ef --- /dev/null +++ b/.github/workflows/pr-lint.yml @@ -0,0 +1,15 @@ +name: 'Lint PR Title' +on: + pull_request_target: + types: + - opened + - edited + - synchronize + +jobs: + main: + runs-on: ubuntu-latest + steps: + - uses: dreampulse/action-lint-pull-request-title@master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}