You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Customers have reported confusion about how archived changesets factor into the batch change overall completion percentage. Presently, archived is treated as incomplete, but this doesn't make much sense given what archived actually means. If a changeset is archived, it means the repo no longer matched the on: statement in the batch spec. The PR is closed but kept associated with the batch change for the purposes of maintaining a historical record. With this meaning for context, it makes more sense to exclude archived changesets from the completion percentage calculation altogether, as we do with deleted changesets.
We should also consider clarifying how the completion percentage is computed with a tooltip from the UI.
Customers have reported confusion about how archived changesets factor into the batch change overall completion percentage. Presently, archived is treated as incomplete, but this doesn't make much sense given what archived actually means. If a changeset is archived, it means the repo no longer matched the
on:statement in the batch spec. The PR is closed but kept associated with the batch change for the purposes of maintaining a historical record. With this meaning for context, it makes more sense to exclude archived changesets from the completion percentage calculation altogether, as we do with deleted changesets.We should also consider clarifying how the completion percentage is computed with a tooltip from the UI.