mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
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:
parent
1cf9efd2d8
commit
b40b6d81f2
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue