Skip to content

fix(mariadb): drop MySQL-only log_error_verbosity, reclassify secure_timestamp as static #1226

fix(mariadb): drop MySQL-only log_error_verbosity, reclassify secure_timestamp as static

fix(mariadb): drop MySQL-only log_error_verbosity, reclassify secure_timestamp as static #1226

name: Cherry Pick Auto
on:
pull_request_target:
types:
- closed
branches:
- main
- release-*
env:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
jobs:
cherry-pick:
if: ${{ github.event.pull_request.merged == true && (github.base_ref == 'main' || startsWith(github.base_ref, 'release-')) }}
uses: apecloud/apecloud-cd/.github/workflows/pull-request-cherry-pick-auto.yml@v0.1.88
secrets: inherit