diff --git a/.github/workflows/pr_title.yaml b/.github/workflows/pr_title.yaml new file mode 100644 index 0000000..2e7488a --- /dev/null +++ b/.github/workflows/pr_title.yaml @@ -0,0 +1,18 @@ +# Lint PR title +name: pr_title + +on: + pull_request_target: + types: + - opened + - edited + - synchronize + +jobs: + validate: + name: Validate PR title + runs-on: ubuntu-latest + steps: + - uses: amannn/action-semantic-pull-request@v3.4.6 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file