Skip to content

feat: sync App Inspector theme with VS Code color theme #332

feat: sync App Inspector theme with VS Code color theme

feat: sync App Inspector theme with VS Code color theme #332

name: Pull Request Lint
on:
pull_request_target:
types:
- opened
- edited
- reopened
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |-
feat
fix
refactor
chore
requireScope: false