Skip to content

fix(web): 修复当跳往扩展页面的导航项位于已有导航项的下面时,此扩展页面的导航结构不显示的问题 #7813

fix(web): 修复当跳往扩展页面的导航项位于已有导航项的下面时,此扩展页面的导航结构不显示的问题

fix(web): 修复当跳往扩展页面的导航项位于已有导航项的下面时,此扩展页面的导航结构不显示的问题 #7813

name: Lint PR Title and Content
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
lint-title:
runs-on: ${{ vars.ACTION_RUNNER_LABEL }}
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}