obs: remove assignee from the github issue creation (#182182)

Remove `assignee` from the GitHub issue creation to deploy Oblt
serverless deployments

Kibana developers don't need to be pinged on a GitHub issue; they can
find the URL to the GitHub issue linked to their original Kibana PR.
This commit is contained in:
Victor Martinez 2024-05-02 11:22:39 +02:00 committed by GitHub
parent 1cf9efd2d8
commit b40b6d81f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,8 +162,7 @@ EOF
--title "[Deploy Serverless Kibana] for user $GITHUB_PR_TRIGGER_USER with PR kibana@pr-$BUILDKITE_PULL_REQUEST" \
--body-file "${GITHUB_ISSUE}" \
--label 'deploy-custom-kibana-serverless' \
--repo 'elastic/observability-test-environments' \
--assignee "$GITHUB_PR_OWNER"
--repo 'elastic/observability-test-environments'
}
is_pr_with_label "ci:project-deploy-elasticsearch" && deploy "elasticsearch"