GQL query works but it's messy

This commit is contained in:
vaindil 2023-04-07 17:14:03 -04:00
parent a742e9f8df
commit bb9a9fa3c2
3 changed files with 138 additions and 22 deletions

View file

@ -19,7 +19,7 @@ const (
authorization = "Authorization"
cacheTTL = "X-GH-CACHE-TTL"
graphqlFeatures = "GraphQL-Features"
features = "merge_queue"
features = "merge_queue,push_policies"
userAgent = "User-Agent"
)