Skip to content

docs: Fr/plotly annotations #398

docs: Fr/plotly annotations

docs: Fr/plotly annotations #398

Workflow file for this run

name: PR Conventional Commit Semantic Title Check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-title-lint:
runs-on: ubuntu-latest
steps:
- name: Check PR title for conventional commit compliance
uses: amannn/action-semantic-pull-request@v5
with:
types: |
feat
fix
chore
docs
style
refactor
perf
test
build
requireScope: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}