fix(postgresql): pg17/pg18 metrics — renamed pg_stat_statements columns, removed pg_stat_wal columns #1221
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |