Skip to content

Commit

Permalink
makers check
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 22, 2024
1 parent 7f07b4d commit 8fa9e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32303,6 +32303,7 @@ var PaginatableOctokit = Octokit.plugin(paginateGraphQL);
async function fetchChecks(token, trigger) {
const octokit = new PaginatableOctokit({ auth: token });
const { repository: { object: { checkSuites } } } = await octokit.graphql.paginate(
/* GraphQL */
`
query GetCheckRuns($owner: String!, $repo: String!, $commitSha: String!, $cursor: String) {
repository(owner: $owner, name: $repo) {
Expand Down

0 comments on commit 8fa9e2e

Please sign in to comment.