New comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/38081#issuecomment-1185635210 Comment: This tools are not compatible, so should not be marked as alternatives. $ yq-go '.on.pull_request' < void-packages/.github/workflows/build.yaml paths: - 'srcpkgs/**' $ yq '.on.pull_request' < void-packages/.github/workflows/build.yaml { "paths": [ "srcpkgs/**" ] } Also entry on yq is broken, if it worked it was pure luck. See how it behave when changing back from yq-go to yq.