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
Some PRs, like PRs that are already up to date or that don't have permission to be modified by contributors should be skipped.
For that we will have to migrate the scripts to work with graphql as it has a helper method: viewerCanUpdateBranch.
This informs the viewer if they have the power to update a branch. It's false if the branch is already up-to-date or if the user doesn't not have permission to do so.
The text was updated successfully, but these errors were encountered:
Resolves#16
- Added Graphql implementation to get `viewerCanUpdateBranch` field.
- Filtered PRs which have this value false
- Implemented [`GraphQL-Codegen`](https://the-guild.dev/graphql/codegen)
- Updated types to be extracted from `@octokit/graphql-schema` and
auto-generated.
- The type that implements this looks messy because all the nested
objects are nullable
- Added utility to copy `graphql` files into raw strings
- Updated version to `0.2.1`
Some PRs, like PRs that are already up to date or that don't have permission to be modified by contributors should be skipped.
For that we will have to migrate the scripts to work with
graphql
as it has a helper method:viewerCanUpdateBranch
.This informs the viewer if they have the power to update a branch. It's false if the branch is already up-to-date or if the user doesn't not have permission to do so.
The text was updated successfully, but these errors were encountered: