diff --git a/command/root.go b/command/root.go index 7b0d078ef..dccc6e453 100644 --- a/command/root.go +++ b/command/root.go @@ -136,7 +136,6 @@ var apiClientForContext = func(ctx context.Context) (*api.Client, error) { // antiope-preview: Checks // shadow-cat-preview: Draft pull requests api.AddHeader("Accept", "application/vnd.github.antiope-preview+json, application/vnd.github.shadow-cat-preview"), - api.AddHeader("GraphQL-Features", "pe_mobile"), ) return api.NewClient(opts...), nil