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: bump operations per stale run by 2x #1614

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

Jdubrick
Copy link
Contributor

@Jdubrick Jdubrick commented Jul 8, 2024

What does this PR do?

This PR bumps the operations allowed by the stale workflow run from 30 -> 60. The logs are showing that we aren't moving through the stale issues as quickly as desired because we are hitting the operation limit on every run: https://github.com/devfile/api/actions/runs/9831302610/job/27138492511#step:2:456

The default value is 30 that's why we need to add the new field to bump it. This value may need to increase further if we determine 60 is insufficient

Which issue(s) does this PR fix

N/A

PR acceptance criteria

Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.

  • Open new test/doc issues under the devfile/api repo
  • Check each criteria if:
  • There is a separate tracking issue. Add the issue link under the criteria
    or
  • test/doc updates are made as part of this PR
  • If unchecked, explain why it's not needed

How to test changes / Special notes to the reviewer

Copy link
Member

@michael-valdron michael-valdron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Copy link

openshift-ci bot commented Jul 8, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Jdubrick, michael-valdron

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Jdubrick Jdubrick merged commit 6b356c6 into devfile:main Jul 8, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants