diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12b3cb5edb..a45692e1a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: branches: - main pull_request: - types: [opened, synchronize, reopened] + types: [opened, edited, synchronize, reopened] jobs: lint: name: Lint @@ -29,6 +29,14 @@ jobs: run: CYPRESS_INSTALL_BINARY=0 yarn install - run: yarn lint + validate-pr-title: + name: Validate PR title + runs-on: ubuntu-22.04 + steps: + - uses: amannn/action-semantic-pull-request@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + test: name: Test runs-on: ubuntu-22.04