Skip to content

feat(workspaces): IPC API and extension-side data layer for the panel #33

feat(workspaces): IPC API and extension-side data layer for the panel

feat(workspaces): IPC API and extension-side data layer for the panel #33

name: PR Title Lint
on:
pull_request_target:
types: [opened, edited, reopened]
permissions:
contents: read
jobs:
title:
runs-on: ubuntu-24.04
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
security