From 5ddf2e98f5a6aa8d66a0a4f9fc97811ed94423be Mon Sep 17 00:00:00 2001 From: Breezewish Date: Tue, 9 Nov 2021 15:54:49 +0800 Subject: [PATCH] Update release pipeline for recent PD format policies --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 49de882190..10d2a25068 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -87,7 +87,7 @@ jobs: needs: release strategy: matrix: - branch: [master, release-4.0, release-5.0, release-5.1, release-5.2] + branch: [master, release-5.3] steps: - name: Check out PD code base uses: actions/checkout@master @@ -111,7 +111,7 @@ jobs: git add go.mod go.sum if git status | grep -q "Changes to be committed" then - git commit --signoff --message "Update TiDB Dashboard to ${{ needs.release.outputs.release_version }}" + git commit --signoff --message "Update TiDB Dashboard to ${{ needs.release.outputs.release_version }}, ref #4257" echo "::set-output name=committed::1" else echo "No changes detected, skipped" @@ -129,9 +129,9 @@ jobs: body: | ### What problem does this PR solve? - Update TiDB Dashboard to ${{ needs.release.outputs.release_version }}. + This is an automatic updating PR for TiDB Dashboard. See #4257 for details. - Upstream commit: https://github.com/${{ github.repository }}/commit/${{ github.sha }} . + This PR updates TiDB Dashboard to ${{ needs.release.outputs.release_version }} for upstream commit: https://github.com/${{ github.repository }}/commit/${{ github.sha }} . ### Release note