Skip to content

Commit 690151a

Browse files
use backport/ prefix for cherry-pick feature branches
Agent-Logs-Url: https://github.com/microsoft/react-native-windows/sessions/a8056eb8-9334-439b-824a-f47c401d37b4 Co-authored-by: vineethkuttan <66076509+vineethkuttan@users.noreply.github.com>
1 parent e75016e commit 690151a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backport-fix-null-deref-selectioncontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
COMMIT_ID="2269a198b3d64ff4ed66d16222e4038178eef1cf"
5252
TARGET_BRANCH="${{ matrix.target_branch }}"
53-
FEATURE_BRANCH="copilot/cherry-pick-2269a198b-to-${TARGET_BRANCH}"
53+
FEATURE_BRANCH="backport/cherry-pick-2269a198b-to-${TARGET_BRANCH}"
5454
5555
echo "🌿 Creating feature branch $FEATURE_BRANCH from $TARGET_BRANCH"
5656
git checkout -b "$FEATURE_BRANCH" "origin/$TARGET_BRANCH"

.github/workflows/cherry-pick-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
COMMIT_ID="${{ github.event.inputs.commit_id }}"
5252
TARGET_BRANCH="${{ github.event.inputs.target_branch }}"
5353
SHORT_ID="${COMMIT_ID:0:9}"
54-
FEATURE_BRANCH="copilot/cherry-pick-${SHORT_ID}-to-${TARGET_BRANCH}"
54+
FEATURE_BRANCH="backport/cherry-pick-${SHORT_ID}-to-${TARGET_BRANCH}"
5555
5656
echo "🌿 Creating feature branch $FEATURE_BRANCH from $TARGET_BRANCH"
5757
git checkout -b "$FEATURE_BRANCH" "origin/$TARGET_BRANCH"

0 commit comments

Comments
 (0)