What problem will this feature address?
Deployment metadata extracted in webhook handlers currently seem to get overriden by changes implemented in #3018.
This could reduce traceability of deployments in case the trigger didn't match the latest commit in the linked repository (e.g. GitHub: compose deployment triggered by registry_package).
Describe the solution you'd like
Deployment metadata received from autodeploy pipelines should not be overridden.
The deployment info should only be patched for manual deployments.
Describe alternatives you've considered
Additional context
No response
Will you send a PR to implement it?
Yes
What problem will this feature address?
Deployment metadata extracted in webhook handlers currently seem to get overriden by changes implemented in #3018.
This could reduce traceability of deployments in case the trigger didn't match the latest commit in the linked repository (e.g. GitHub: compose deployment triggered by
registry_package).Describe the solution you'd like
Deployment metadata received from autodeploy pipelines should not be overridden.
The deployment info should only be patched for manual deployments.
Describe alternatives you've considered
Additional context
No response
Will you send a PR to implement it?
Yes