Skip to content

Commit 1688fc0

Browse files
committed
Rename backports branch prefix
Signed-off-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
1 parent 934702e commit 1688fc0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/backport.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
COMMITS: ${{ steps.pr_meta.outputs.commits }}
151151
run: |
152152
set -euo pipefail
153-
BACKPORT_BRANCH="backport/pr-${PR_NUMBER}-to-${TARGET_BRANCH}"
153+
BACKPORT_BRANCH="backports/pr-${PR_NUMBER}-to-${TARGET_BRANCH}"
154154
echo "backport_branch=${BACKPORT_BRANCH}" >> "$GITHUB_OUTPUT"
155155
156156
git fetch origin "${TARGET_BRANCH}"
@@ -262,9 +262,9 @@ jobs:
262262
'',
263263
'```bash',
264264
`git fetch origin ${targetBranch}`,
265-
`git checkout -b backport/pr-${prNumber}-to-${targetBranch} origin/${targetBranch}`,
265+
`git checkout -b backports/pr-${prNumber}-to-${targetBranch} origin/${targetBranch}`,
266266
`git cherry-pick -x <commits>`,
267-
`git push origin backport/pr-${prNumber}-to-${targetBranch}`,
267+
`git push origin backports/pr-${prNumber}-to-${targetBranch}`,
268268
'```',
269269
].join('\n'),
270270
});

0 commit comments

Comments
 (0)