Skip to content

fix: ai 的数据库密码先从 install.yaml 中读取,若没配再从 ai 的 config 中读取 #7702

fix: ai 的数据库密码先从 install.yaml 中读取,若没配再从 ai 的 config 中读取

fix: ai 的数据库密码先从 install.yaml 中读取,若没配再从 ai 的 config 中读取 #7702

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