We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goal: improve our approver response rate
/assign
The text was updated successfully, but these errors were encountered:
Base GraphQL query:
query reviews($org: String!, $repo: String!) { organization(login: $org) { repository(name: $repo) { pullRequests(first: 100, orderBy:{field: CREATED_AT, direction: DESC}) { totalCount nodes { createdAt author { login } title url state reviews(first: 50, states: [APPROVED, CHANGES_REQUESTED, COMMENTED]) { totalCount nodes { createdAt author { login } state url body } } comments(first: 100, orderBy: {field: UPDATED_AT, direction: DESC}) { totalCount nodes { createdAt author { login } body url } } } } } } }
Sorry, something went wrong.
dhiller
No branches or pull requests
use case: active approvers in repository
Goal: improve our approver response rate
/assign
The text was updated successfully, but these errors were encountered: