[ ] 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.
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
graphql`.json
file.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 the
graphql`.json
file.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 the
graphql`.json
file.