Skip to content

Commit 05e6058

Browse files
committed
fix: PR creation on k8s_edit
1 parent b094833 commit 05e6058

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/k8s_edit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
-f ${{ env.KUBERNETES_MANIFEST_FILE_PATH }} \
7979
-r ${{ env.AZURE_CONTAINER_REGISTRY }} \
8080
-t ${{ env.IMAGE_TAG }}
81+
82+
rm -rf cicd-deployment-scripts-self-hosted
8183
8284
git add ${{ env.KUBERNETES_MANIFEST_FILE_PATH }}
8385
git commit -m "ci(${{ github.event.repository.name }}): $KUBERNETES_POD_NEW_IMAGE" || true
@@ -88,6 +90,6 @@ jobs:
8890
--head $AUTOMATED_RELEASE_BRANCH \
8991
--title "ci(${{ github.event.repository.name }}): $KUBERNETES_POD_NEW_IMAGE" \
9092
--body "Automated release for ${{ github.event.repository.name }}: $KUBERNETES_POD_NEW_IMAGE" \
91-
--assignee ${{ github.repository_owner }}/devops-admin \
9293
--draft \
9394
--repo ${{ github.repository_owner }}/${{ env.KUBERNETES_CLUSTER_REPO_NAME }} || true
95+
# --reviewer ${{ github.repository_owner }}/devops-admin \

0 commit comments

Comments
 (0)