Hello, we are using drone with the https://github.com/microadam/drone-config-changeset-conditional plugin, I wanted to convert our config to jsonnet to improve readability but for now I want to start slow by using the jsonnet file to generate the yaml file.
My issue is that the conversion process drops any unknown keys and I found no way to tell it that changeset
is a valid trigger so it does not drop it.
Is there any way to do that ?