The issue has been closed

This already exists on the PR page, but I think nowhere else. The problem is that it requires fetching each and every Check page, so we can’t do that for every commit, everywhere
The feature is called bypass-checks
posted by fregante over 4 years ago
I've confirmed it's enabled in my console, but the feature isn't working
posted by benwaffle over 4 years ago
posted by yakov116 over 4 years ago 
posted by fregante over 4 years ago 
posted by benwaffle over 4 years ago 
Yeah, the feature only works on the PR Mergeability box.
I wonder if we can change the feature to work on any of those popups, by waiting for them to open and fetching just in time. This might be fast enough for some.
selector-observer
should make this relatively easy. Separately, it'd be good to know whether the GraphQL API has this piece of information so that we could reduce the HTTP requests.
posted by fregante over 4 years ago
GraphQL needs a next of 7 to get the status check and it would have to check each commit. I would just do mem around the request. My question is will it be fast enough to replace the link which is created on the fly.
posted by yakov116 over 4 years ago
posted by fregante over 4 years ago 
posted by yakov116 over 4 years ago 
I see now my auto correct took over sorry.
GraphQL need to be a nest 7 deep in order to get the details url
posted by yakov116 over 4 years ago
GQL is a bit verbose but if it’s fast it’s worth it, especially if we enable this “on open”
However it’s a separate improvement, I’d rather see this feature working in more places, even if sometimes it’s not fast enough (nothing breaks if it’s not fast enough anyway)
posted by fregante over 4 years ago
thanks @yakov116 and @fregante - the feature works perfectly!
posted by benwaffle over 4 years ago