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(operations): fail fast the current batch to respect the operations limit #474

Merged
merged 6 commits into from Jun 7, 2021

Commits on Jun 3, 2021

  1. fix(operations): fail fast the current batch to respect the operation…

    …s limit
    
    Instead of processing an entire batch of 100 issues before checking the operations left, simply do it before processing an issue so that we respect as expected the limitation of the operations per run
    Fixes actions#466
    C0ZEN committed Jun 3, 2021
    Copy the full SHA
    0a2ee95 View commit details
    Browse the repository at this point in the history
  2. test(debug): disable the dry-run for the test by default

    we will be able to test the operations per run and have more complete logs that could help us debug the workflow
    C0ZEN committed Jun 3, 2021
    Copy the full SHA
    217e42f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    07bfcdc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ec69b31 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9876204 View commit details
    Browse the repository at this point in the history
  6. chore: update index

    C0ZEN committed Jun 3, 2021
    Copy the full SHA
    2f93a2a View commit details
    Browse the repository at this point in the history