Skip to content

docs: Updated the README and CONTRIBUTING docs #646

docs: Updated the README and CONTRIBUTING docs

docs: Updated the README and CONTRIBUTING docs #646

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@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}