You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when trying to use updated API from your last commit requested via issue #97. I think that they have updated the API again and now there is bypassPullRequestAllowances instead of the bypassPullRequestActorIds as documented here.
Please could you re-generate your code again?
The text was updated successfully, but these errors were encountered:
{
"query": "query($id:ID!){node(id: $id){... on BranchProtectionRule{repository{id,name},pushAllowances(first: 100){nodes{actor{... on App{id,name},... on Team{id,name},... on User{id,name}}}},reviewDismissalAllowances(first: 100){nodes{actor{... on Team{id,name},... on User{id,name}}}},allowsDeletions,allowsForcePushes,dismissesStaleReviews,id,isAdminEnforced,pattern,requiredApprovingReviewCount,requiredStatusCheckContexts,requiresApprovingReviews,requiresCodeOwnerReviews,requiresCommitSignatures,requiresLinearHistory,requiresConversationResolution,requiresStatusChecks,requiresStrictStatusChecks,restrictsPushes,restrictsReviewDismissals,bypassPullRequestActorIds}}}",
"variables": {
"id": "BPR_kwDoGMmQuc3BZ8ZT"
}
}
I don't understand GraphQL so I cannot say what's wrong there ;o( I just thought that the bypassPullRequestActorIds should be listed here and it isn't.
I'm getting an error:
when trying to use updated API from your last commit requested via issue #97. I think that they have updated the API again and now there is
bypassPullRequestAllowances
instead of thebypassPullRequestActorIds
as documented here.Please could you re-generate your code again?
The text was updated successfully, but these errors were encountered: