Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

fix: #132720 - Add CONTRIBUTION and SECURITY file #721

fix: #132720 - Add CONTRIBUTION and SECURITY file

fix: #132720 - Add CONTRIBUTION and SECURITY file #721

name: Check conventional commit message
on:
pull_request:
branch:
- main
types:
- opened
- edited
- synchronize
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: semantic-pull-request
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}