Skip to content

Commit d521434

Browse files
committed
perf: set automated-release PR base to dev
1 parent 1600f40 commit d521434

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/k8s_edit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
fi
6767
6868
bash cicd-deployment-scripts/gh/pr_create.sh \
69-
-b ${{ github.event_name == 'release' && 'prod' || 'dev' }} \
69+
-b dev \
7070
-h "$AUTOMATED_RELEASE_BRANCH" \
7171
-t "$PR_TITLE" \
7272
-o "${{ github.repository_owner }}" \

gh/pr_create.sh

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Automated $BASE_REF release for:
3838
- https://github.com/$REPOSITORY_OWNER/$REPOSITORY_NAME/pull/$REPOSITORY_PR_NUMBER
3939
EOF
4040
)
41+
fi
4142

4243
gh pr create \
4344
--base $BASE_REF \

0 commit comments

Comments
 (0)