diff --git a/.github/workflows/conventionalCheck.yml b/.github/workflows/conventionalCheck.yml new file mode 100644 index 000000000..fd88fb75e --- /dev/null +++ b/.github/workflows/conventionalCheck.yml @@ -0,0 +1,16 @@ +name: "Conventional Commits PR Check" + +on: + pull_request_target: + types: + - opened + - edited + - synchronize + +jobs: + main: + runs-on: ubuntu-latest + steps: + - uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 #v5.2.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}