[ES|QL] Change team ownership (#179791)

## Summary

Update PR tag for the CI job.
This commit is contained in:
Marco Liberati 2024-04-03 11:38:50 +02:00 committed by GitHub
parent 02cf6e6752
commit bb628f6dbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,7 +122,7 @@ main () {
git push kibanamachine "$BRANCH_NAME"
# Create a PR
gh pr create --draft --title "$PR_TITLE" --body "$PR_BODY" --base main --head "kibanamachine:${BRANCH_NAME}" --label 'release_note:skip' --label 'Team:Visualizations'
gh pr create --draft --title "$PR_TITLE" --body "$PR_BODY" --base main --head "kibanamachine:${BRANCH_NAME}" --label 'release_note:skip' --label 'Team:ESQL'
}
main