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
Allow the code in run_ci_on_commit.sh to loop over all repositories in a user (beyond the first 100) by retrieving the last cursor of the 100th repository, and setting the 'after:<the cursor of the 100th repo>parameter in thegraphql.json` file.
Allow the code in run_ci_on_commit.sh to loop over all branches in a user (beyond the first 100) by retrieving the last cursor of the 100th branches, and setting the 'after:<the cursor of the 100th branch>parameter in thegraphql.json` file.
Allow the code in run_ci_on_commit.sh to loop over all commits in a user (beyond the first 100) by retrieving the last cursor of the 100th commits, and setting the 'after:<the cursor of the 100th commit>parameter in thegraphql.json` file.
The text was updated successfully, but these errors were encountered:
run_ci_on_commit.sh
to loop over all repositories in a user (beyond the first 100) by retrieving the last cursor of the 100th repository, and setting the 'after:<the cursor of the 100th repo>parameter in the
graphqlrun_ci_on_commit.sh
to loop over all branches in a user (beyond the first 100) by retrieving the last cursor of the 100th branches, and setting the 'after:<the cursor of the 100th branch>parameter in the
graphqlrun_ci_on_commit.sh
to loop over all commits in a user (beyond the first 100) by retrieving the last cursor of the 100th commits, and setting the 'after:<the cursor of the 100th commit>parameter in the
graphqlThe text was updated successfully, but these errors were encountered: