Skip to content

fix(doc): 修复title与搜索框文字无法垂直对齐的问题 #137

fix(doc): 修复title与搜索框文字无法垂直对齐的问题

fix(doc): 修复title与搜索框文字无法垂直对齐的问题 #137

Workflow file for this run

name: Pull Request Auto Labeler
on:
pull_request_target:
types: [opened, edited]
permissions:
# Setting up permissions in the workflow to limit the scope of what it can do. Optional!
contents: read # the config file
pull-requests: write # for labeling pull requests (on: pull_request_target or on: pull_request)
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: fuxingloh/multi-labeler@v4