utils/github: fix sponsorships GraphQL query
This fixes the failure in our sponsorships workflow.
This commit is contained in:
parent
1d71ee8f16
commit
5897ed80d9
@ -435,7 +435,7 @@ module GitHub
|
||||
}
|
||||
def self.sponsorships(user)
|
||||
query = <<~EOS
|
||||
query($user: String, $after: String) { organization(login: $user) {
|
||||
query($user: String!, $after: String) { organization(login: $user) {
|
||||
sponsorshipsAsMaintainer(first: 100, after: $after) {
|
||||
pageInfo {
|
||||
hasNextPage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user