Closed L3n41c closed 6 months ago
/merge
:steam_locomotive: MergeQueue
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove
command.
Use /merge -c
to cancel this operation!
:warning: MergeQueue
This merge request was unqueued
If you need support, contact us on Slack #ci-interfaces!
FYI: I've just merged https://github.com/DataDog/agent-payload/pull/287 that pinned protoc-gen-go-vtproto to v0.5.0
This is not needed anymore thanks to #287.
What does this PR do?
Re-generate the generated and committed files with
rake codegen
.Motivation
Opening a PR like #287 or #288 to add one field in one payload generates a lot of diff caused by the update of the generator. It’s better to isolate the diff caused by the generator update in a dedicated PR.
Additional Notes
Possible Drawbacks / Trade-offs
Describe how to test/QA your changes
Reviewer's Checklist
Reviewers: please see the review guidelines.