From c71b6e38758254920b378a00ff6fc2c9dab20526 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Mon, 23 Oct 2023 18:15:52 -0700 Subject: [PATCH] feat: enforce conventional commits (#1504) --- .github/workflows/pr-open.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: