Skip to content

Commit 99a9246

Browse files
committed
style: update k8 edit pr title
1 parent 231c106 commit 99a9246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s_edit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
PR_TITLE="ci: $AUTOMATED_RELEASE_BRANCH"
6464
if [ ${{ github.event_name }} == 'release' ]; then
65-
PR_TITLE="ci(${{ github.ref_name }}): $AUTOMATED_RELEASE_BRANCH"
65+
PR_TITLE="ci(release): $AUTOMATED_RELEASE_BRANCH"
6666
fi
6767
6868
bash cicd-deployment-scripts/gh/pr_create.sh \

0 commit comments

Comments
 (0)