Skip to content

feat(portal): 修改了门户系统仪表盘表格中进度条的对齐方式、新增组件 CustomProgress。 #7948

feat(portal): 修改了门户系统仪表盘表格中进度条的对齐方式、新增组件 CustomProgress。

feat(portal): 修改了门户系统仪表盘表格中进度条的对齐方式、新增组件 CustomProgress。 #7948

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 }}