From e72427c7344487263e6275fd31427cf786571a88 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 1 Dec 2025 18:35:00 -0600 Subject: [PATCH] add assigne --- .gitea/workflows/render-manifests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/render-manifests.yaml b/.gitea/workflows/render-manifests.yaml index ea2096f20..978866f48 100644 --- a/.gitea/workflows/render-manifests.yaml +++ b/.gitea/workflows/render-manifests.yaml @@ -211,7 +211,7 @@ jobs: --arg assignee "${ASSIGNEE}" \ --arg title "Automated Manifest Update" \ --arg body "This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow." \ - '{head: $head, base: $base, title: $title, body: $body'} ) + '{head: $head, base: $base, assignee: $assignee, title: $title, body: $body'} ) echo ">> Creating PR from branch ${HEAD_BRANCH} into ${BASE_BRANCH}" echo ">> With Endpoint of:"