-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
comment-syntax: Correct the note about --comments
#5421
comment-syntax: Correct the note about --comments
#5421
Conversation
/lgtm |
/assign @Liuxiaozhen12 |
@TomShawn: GitHub didn't allow me to assign the following users: Liuxiaozhen12. Note that only pingcap members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
With the 8.0.23 MySQL client TiDB specific comments are cleared out, so even with the latest client you still need to add `--comments`. Related: - pingcap/tidb#24176 (comment)
f9475a1
to
8681f66
Compare
/lgtm |
@TomShawn: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 8681f66
|
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #5427 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-5.0 in PR #5428 |
/assign |
/remove-translation doing |
What is changed, added or deleted? (Required)
With the 8.0.23 MySQL client TiDB specific comments are cleared out, so
even with the latest client you still need to add
--comments
.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?