Remove project copying from port-issue workflow

Agent-Logs-Url: https://github.com/rancher/k3k/sessions/607e0dcd-08b9-4c39-897d-b62888908056

Co-authored-by: samjustus <95646164+samjustus@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-01 14:40:31 +00:00
committed by GitHub
parent 076a6f9c23
commit 0abcf0975a

View File

@@ -85,11 +85,6 @@ jobs:
additional_cmd+=("--label")
additional_cmd+=("${ORIGINAL_LABELS}")
fi
ORIGINAL_PROJECT=$(gh issue view -R ${GITHUB_REPOSITORY} ${ORIGINAL_ISSUE_NUMBER} --json projectItems --jq '.projectItems[].title')
if [ -n "$ORIGINAL_PROJECT" ]; then
additional_cmd+=("--project")
additional_cmd+=("${ORIGINAL_PROJECT}")
fi
ASSIGNEES=$(echo "${ORIGINAL_ISSUE}" | jq -r .assignees[].login)
if [ -n "$ASSIGNEES" ]; then
echo "Checking if assignee is member before assigning"