From 42b40b11791e552d4b465a02fd44f1c759ea2f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 10 Mar 2020 13:58:06 +0100 Subject: [PATCH] No longer need to opt into `pe_mobile` API flag `pe_mobile` was required to get access to `reviewDecision` and `statusCheckRollup`, but both are now public in GitHub API. --- command/root.go | 1 - 1 file changed, 1 deletion(-) 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