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

Dependency Dashboard is not updated if two branch automerges happen in a row (in the same job) #31776

Open
rarkins opened this issue Oct 3, 2024 · 0 comments
Labels
core:dashboard Related to Dependency Dashboard functionality priority-4-low Low priority, unlikely to be done unless it becomes important to more people type:bug Bug fix of existing functionality

Comments

@rarkins
Copy link
Collaborator

rarkins commented Oct 3, 2024

Describe the proposed change(s).

In such cases, Renovate exits without updating the Dashboard.

It proceeds like this with no dashboard ensuring:

DEBUG: Automerged but already retried once
DEBUG: validateReconfigureBranch()
DEBUG: No reconfigure branch found
DEBUG: Removing any stale branches
DEBUG: config.repoIsOnboarded=true
DEBUG: Branch lists
{
  "branchList": [
    "renovate/attrs-24.x",
    "renovate/ipython-8.x",
    "renovate/jsonpointer-3.x",
    "renovate/numpy-2.x",
    "renovate/psutil-6.x",
    "renovate/webcolors-24.x"
  ]
  "renovateBranches": [
    "renovate/attrs-24.x",
    "renovate/jsonpointer-3.x"
  ]
}

DEBUG: remainingBranches=
DEBUG: No branches to clean up

Ideally in such edge cases it would still update the dashboard issue in the same run.

@rarkins rarkins added type:bug Bug fix of existing functionality priority-4-low Low priority, unlikely to be done unless it becomes important to more people core:dashboard Related to Dependency Dashboard functionality labels Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core:dashboard Related to Dependency Dashboard functionality priority-4-low Low priority, unlikely to be done unless it becomes important to more people type:bug Bug fix of existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant