mirror of
https://github.com/rancher/k3k.git
synced 2026-05-16 22:36:44 +00:00
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:
committed by
GitHub
parent
076a6f9c23
commit
0abcf0975a
5
.github/workflows/port-issue.yml
vendored
5
.github/workflows/port-issue.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user