chore: Add PR title validation (#1539)

This is the same action that Melos itself uses for PR title validation so it should be solid.
This commit is contained in:
Lukas Klingsbo
2022-04-12 17:24:01 +02:00
committed by GitHub
parent 7b15c9a1ca
commit b8a07addaf

View File

@@ -9,6 +9,14 @@ on:
jobs: jobs:
# BEGIN LINTING STAGE # BEGIN LINTING STAGE
validate-pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
get-packages-paths: get-packages-paths:
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs: