Skip to content

Commit

Permalink
patch(sync-changes-to-{child,release}-branches): update cherrypick-br…
Browse files Browse the repository at this point in the history
…anch name
  • Loading branch information
sumire88 committed Aug 24, 2024
1 parent 4fed358 commit 5697a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-changes-to-child-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
team-reviewers: ${{ env.PR_TEAM_REVIEWERS }}
title: '[cherry-pick] {old_title}'
body: 'ci: cherry picking #{old_pull_request_id} onto ${{ matrix.branch }}'
cherry-pick-branch: cherrypick-${{ env.COMMIT_SHORT_SHA }}-${{ github.run_id }}
cherry-pick-branch: cherrypick-${{ env.COMMIT_SHORT_SHA }}-${{ matrix.branch }}
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
2 changes: 1 addition & 1 deletion .github/workflows/sync-changes-to-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
team-reviewers: ${{ env.PR_TEAM_REVIEWERS }}
title: '[cherry-pick] {old_title}'
body: 'ci: cherry picking #{old_pull_request_id} onto ${{ matrix.branch }}'
cherry-pick-branch: cherrypick-${{ env.COMMIT_SHORT_SHA }}-${{ github.run_id }}
cherry-pick-branch: cherrypick-${{ env.COMMIT_SHORT_SHA }}-${{ matrix.branch }}
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit 5697a9d

Please sign in to comment.