Skip to content

chore: adds privacy and terms to help text #185

chore: adds privacy and terms to help text

chore: adds privacy and terms to help text #185

name: Conventional Commits
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
commitlint:
name: Lint commit messages
runs-on: ubuntu-latest
permissions:
statuses: write
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}