split ruleset types by API type

This commit is contained in:
vaindil 2023-05-02 11:55:37 -04:00
parent 3e6419237d
commit e91670edcc
6 changed files with 33 additions and 44 deletions

View file

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