Skip to content
New issue

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

fix(pkg): fallback at using git client when github API files limits is reached #146

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 9, 2024

  1. fix(pkg): fallback at using git client when github API files limits i…

    …s reached.
    
    Github API has an hard limit of 3000 files returned for push/pull request events.
    Workaround this when checking pre/post submit jobs to be triggered,
    by manually diffing using the git client.
    
    Signed-off-by: Federico Di Pierro <[email protected]>
    FedeDP committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ad16d86 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. chore(pkg): fixed github spelling issues.

    Signed-off-by: Federico Di Pierro <[email protected]>
    FedeDP committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cd46992 View commit details
    Browse the repository at this point in the history