diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 1b788dc76..0424979a1 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -11,6 +11,14 @@ concurrency: cancel-in-progress: true jobs: + conventional-commits: + name: Conventional commits + runs-on: ubuntu-22.04 + steps: + - uses: amannn/action-semantic-pull-request@v5.3.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + pr-greeting: name: PR Greeting env: