Skip to content

chore: Removing unwanted files #35701

chore: Removing unwanted files

chore: Removing unwanted files #35701

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed.
# Default: https://github.com/commitizen/conventional-commit-types
types: |
feat
fix
cleanup
docs
chore
# Configure which scopes are allowed.
scopes: |
admin
client
docs
server
store
theme
# Configure that a scope must always be provided.
requireScope: false