Closed
Description
In the unmarshaling code, there is no case for merge_queue
, and so the unmarshaling says that the rule type is not supported and errors out (full list of possible types from GitHub).
Also, the error message has the wrong format verb, it should be %q
or %s
instead of %T
.
To reproduce, create a ruleset with merge queues set, and try to get it using go-github.