Skip to content

feat: add button ogp-spinner #19883

feat: add button ogp-spinner

feat: add button ogp-spinner #19883

Workflow file for this run

# Workflow to ensure PR title matches the Conventional Commits spec
# https://www.conventionalcommits.org/en/v1.0.0/
name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
semantic:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@505e44b4f33b4c801f063838b3f053990ee46ea7 # @v4.6.0
with:
types: |
feat
fix
hotfix
docs
style
refactor
ref
perf
test
build
ci
chore
revert
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}